SystemShortcutsFlutter icon indicating copy to clipboard operation
SystemShortcutsFlutter copied to clipboard

Asking for ACCESS_WIFI_STATE, CHANGE_WIFI_STATE, BLUETOOTH and BLUETOOTH_ADMIN permissions

Open Zeswen opened this issue 3 years ago • 0 comments

First of all, thank you for your awesome plugin! 😄

The dependency is adding the following permissions in the AndroidManifest.xml.

  • android.permission.ACCESS_WIFI_STATE
  • android.permission.CHANGE_WIFI_STATE
  • android.permission.BLUETOOTH
  • android.permission.BLUETOOTH_ADMIN

I am using this library for audio featured in the package volume which has system_shortcuts as a dependency. This makes users think of malicious intentions related permissions, since they are not related to audio features.

It would be great to not have these permissions added by default and explain in the documentation how to add them.

Zeswen avatar Mar 11 '21 14:03 Zeswen