Pre installing android application

后端 未结 2 1591
暗喜
暗喜 2020-12-30 13:48

Hi guys I would like to ask how to Pre-install android application.

Because I have specific device and I wanted to make my application pre-installed.

Thank y

2条回答
  •  生来不讨喜
    2020-12-30 14:32

    I'm assuming you're talking about a rom here.

    If you want the user to be able to delete the application you should put the .apk file in "/data/app" If you want to have the app behave like a system app (like e-mail or calendar) you can put the .apk in "/system/app"

提交回复
热议问题