Question

How would you programmatically get the application to install itself in /system/app so that it is treated as a System application and not a user app?

Was it helpful?

Solution

I don't believe it's possible to programmatically install your app in /system/app folder. You can however, ask for root permissions and execute any commands requiring root privileges using this guide:

http://muzikant-android.blogspot.in/2011/02/how-to-get-root-access-and-execute.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top