سؤال

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?

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top