问题
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