Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable application unistall in android?

Tags:

android

I want to such a thing that when my app will install in a android phone. no body can uninstall it from phone, or when any one will try to uninstall it, a pop up show or any alert. Is there any way ?

like image 861
Ammad Ali Avatar asked Apr 20 '12 06:04

Ammad Ali


1 Answers

You will need to enable deviceAdmin to disable Force Stop and Uninstall features. This is handled by the Device Admin API which handles enterprise/app policy management.

like image 173
user1512591 Avatar answered Oct 12 '22 23:10

user1512591