Pushwoosh / pushwoosh-phonegap-plugin

Pushwoosh PhoneGap Build Plugin
Other
109 stars 139 forks source link

Skip/disable Location and Bluetooth Permissions #270

Closed sandstrom closed 6 years ago

sandstrom commented 6 years ago

How can we disable or skip the location and bluetooth permissions that this plugin adds to our Android manifest?

We're not using this functionality and would like to limit the number of permissions we request from our users.

wfhm commented 6 years ago

Hi,

These permissions should not automatically be added to your project if you use the latest pushwoosh-cordova-plugin version, therefore could you please specify which plugin version is in question?

sandstrom commented 6 years ago

@wfhm This was 7.0.4. With 7.0.8 these permissions aren't added. Thanks!