Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top