OGX.JS Javascript Framework version 1.20.2 and cordova-plugin-android-remove-permissions
2022-09-25
We are pleased to announce that OGX.JS Javascript Framework version 1.20.2 has been released!
Here is the changelog since version 1.20.0
Bug Fixes
Other changes
To update your app, simply type
ogx update --force
We are alos thrilled to announce a new Cordoa plugin to remove unwanted permissions. Head over to the github repo to check it out.
Install
Open a prompt at the root of your app, then type
cordova plugin add @globules-io/cordova-plugin-android-remove-permissions
Config
Then add the unwanted permissions to the config.xml
preference name="AndroidRemovePermissions" value="INTERNET, BLUETOOTH"