azhengyongqin / cordova-plugin-android-update

App updater for Cordova/PhoneGap
MIT License
25 stars 13 forks source link

Check the update, the prompt no REQUEST_INSTALL_PACKAGES permissions #2

Open git-shiwu opened 4 years ago

git-shiwu commented 4 years ago

android: 8.0.0 cordova: 9.0.0 (cordova-lib@9.0.1) I'm already in AndroidManifest.xml Permission added to <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />, and the device has been allowed to install external programs, but when I use cordova-plugin-android-update to check for updates, it still remind me that I don't have this permission, so I'm here to ask you to help me find out the following reasons