Create System Application

后端 未结 5 1341
执念已碎
执念已碎 2020-12-01 02:10

What I should to do to create a system app (to obtain rights to use android:sharedUserId=\"android.uid.system\"in manifest file without receiving an error from

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-01 02:38

    There is two types of system apps.

    Type 1: The App which is in the same signature of the Device ROM .

    Type 2: The Signed app which is in system/priv-app ( Might differ based on adnroid version ) in your device storage location .

    Visit this link -> http://www.archive.ricston.com/blog/explaining-behavior-android-application-system-apps-nonsystem-apps/

提交回复
热议问题