Open pengkobe opened 6 years ago
Android 8.0 以后需要在 config.xml 中添加下述配置才能自动下载应用 apk 包进行更新。
config.xml
<platform name="android"> <config-file parent="/manifest" target="AndroidManifest.xml" xmlns:android="http://schemas.android.com/apk/res/android"> <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> </config-file> </platform>
https://github.com/pwlin/cordova-plugin-file-opener2
Android 8.0 以后需要在
config.xml
中添加下述配置才能自动下载应用 apk 包进行更新。参考
https://github.com/pwlin/cordova-plugin-file-opener2