How to make my application system

前端 未结 4 933
梦如初夏
梦如初夏 2020-12-01 15:36

I need create my app as system, because i need get permission android.permission.WRITE_SECURE_SETTINGS. After install to virtual device (Eclipse) my app appears

4条回答
  •  生来不讨喜
    2020-12-01 16:04

    You can't make an application as system app on emulator.But you can make an app as system app on device.For that, you need to have the git repo set up on your pc,and after setting up repo, copy the app folder in repo folder/packages/apps and put it for compile.and you will get system.img in out folder of repo.Then you can flash the system.img on sd card, so that you will get your app as a system app.And this is the only way is there to make an app as system app.

提交回复
热议问题