1

I have developed Android Application and even I installed into the Devices. But how to prevent the application/apk not to uninstall by the others/user of the Device.

Regards Anand

user2462298
  • 41
  • 1
  • 1
  • 6

1 Answers1

2

You CAN'T.

Until your application is a part of Framework, user of your application can uninstall the app and this is right of user.

Although you can track the uninstallation of app by implementing Device Admin API

Pankaj Kumar
  • 81,967
  • 29
  • 167
  • 186