System apps missing after QR provisioning

大憨熊 提交于 2020-03-03 10:48:07

问题


I'm trying to provision my 7.0 device through QR provisioning. The provisioning was done successfully but it created a separate profile and the apps in the priv-app section are not visible here.

When i try to manually install the apps through adb it says success but the app is still not visible. On checking the apps section in settings it says that the app is installed on another user.

Any idea on how to get those system apps into the current provisioned profile ?


回答1:


You can set the extra EXTRA_PROVISIONING_LEAVE_ALL_SYSTEM_APPS_ENABLED to true in your QR code bundle:

{
  "android.app.extra.PROVISIONING_LEAVE_ALL_SYSTEM_APPS_ENABLED": true
}


来源:https://stackoverflow.com/questions/49253447/system-apps-missing-after-qr-provisioning

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!