• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Prevent Application from uninstall

 
Ranch Hand
Posts: 136
Android Mac Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

Can I restrict any user to uninstall application from phone? I mean to say can I bind any constraint with application that whenever any user going to uninstall that application at that time it ask for Password? I searched around internet but didn't find any useful which would be in my favor.

Waiting for reply.

Thanks & Regards
Pratik Goswami.
 
Author
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Can I restrict any user to uninstall application from phone?



You can build your own firmware, install it on your own devices, and sell those devices.

Otherwise, the user is in control of his or her phone and can uninstall any applications (s)he elected to install.
 
Pratik Goswami
Ranch Hand
Posts: 136
Android Mac Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mark,

Thanks for replying.

Now I am thinking about alternate way, can I monitor any application from my application? I mean, if I want to display a notification when user starts Contacts application or Messaging application etc.

Thanks & Regards
Pratik Goswami.
 
Mark L. Murphy
Author
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

can I monitor any application from my application?



AFAIK, again, not without firmware changes.
 
Pratik Goswami
Ranch Hand
Posts: 136
Android Mac Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mark,

Thanks again for quick reply.

We have an action - Can we have more information when any specific application is being removed from the phone?

Thanks & Regards
Pratik Goswami
reply
    Bookmark Topic Watch Topic
  • New Topic