vaenow / cordova-plugin-app-update

App updater for Cordova/PhoneGap
MIT License
298 stars 146 forks source link

Add permission for android 8 #118

Closed gabrielluka closed 5 years ago

gabrielluka commented 6 years ago

In android 8 you need add a permission in plugin.xml

cordova-plugin-app-update

to worked fine on smartphone. I added directly into androidmanifest.xml and work well for myself.

<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />

vaenow commented 5 years ago

Fixed #28 #109 #118