How to create System Apps in android
问题 I want to create an system application(while installing it will ask user permission to make it as system app) for UN-rooted application. As I am not familiar in android, please tell me how to create it. Thanks in advance. 回答1: True system apps are baked into the ROM image, and signed with the same key the ROM was signed with, giving them extra access to the system. You cannot add a new system app on the same level without updating the ROM image of the device, and even then you'll need the OEM