如何在Android中创建系统应用如何在、系统、Android

2023-09-05 10:19:49 作者:月影随念郎

我想创建一个系统应用(在安装它会要求用户权限,使其作为系统应用程序)联合国 - 扎根申请。由于我不熟悉在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.

在此先感谢。

推荐答案

真正的系统应用被内置到ROM映像,并使用相同的密钥的ROM与签署,给他们额外的访问系统签名。

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.

您不能添加在同一水平上一个新系统的应用程序,而无需更新设备的ROM映像,即使如此,你需要的OEM密钥签署您的应用程序,你将有权要求他们将其纳入自己的ROM

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 key to sign your app and you will have to request them to include it in their ROM.

有一个根深蒂固的设备允许标准的应用程序,以获得额外的访问,而不被系统的应用程序。

Having a rooted device allows standard apps to gain extra access without being system apps.