1) 给 apk 添加了 android:persistent="true"保活 属性
2)在 adb install 安装的时候 会出现这个错误:
Failure [INSTALL_FAILED_INVALID_APK: Package is a persistent app. Persistent apps are not updateable.]
有哪位大神遇到过的,在线等求解
https://stackoverflow.com/questions/54979947/how-to-update-persistent-app-in-android-p
但是android P开始限制了persistent应用升级,报错信息如下:
[INSTALL_FAILED_INVALID_APK: Package xxx is a persistent app. Persistent apps are not updateable.]