异常 Requesting uid 10078 needs to declare permission android.permission.REQUEST_INSTALL_PACKAGES
问题:这个是Android 8.1.0 app 内自动更新安装失败,闪退的问题Requesting uid 10078 needs to declare permission android.permission.REQUEST_INSTALL_PACKAGES解决:添加权限即可<uses-permission android:name="android.permission.REQUEST
·
所有评论(0)