How to create Apps in android which can't be uninstalled? Can we make System apps?
We are providing one default app for our customers with android phone. Which user can not be uninstall. I have used Device Admin feature from this example But user can delete app by deactivate from settings. Another possible way I have found to install app in System/apps folder like all google apps (I am not sure). For that I need to root access, so I am planning to do following, But not sure how to implement it. Programatically Root device Install app in System/apps folder Unroot device again Like many System apps, How they are doing for such kind of feature ? Please help. I made custom