You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I was having trouble trying to figure out why my iOS app worked and my Android app did not. Turns out at some point the Android OS revoked the permission for "Nearby Devices" since there was a checkbox in the Settings > App called "Remove Permissions if app is unused".
Describe the solution you'd like
Is there a way to detect that the permission for Nearby devices has been removed?
Describe alternatives you've considered
Any other way to detect this?
The text was updated successfully, but these errors were encountered:
Thank you for this feature request. Currently checkPermissions is not implemented in this plugin, but it should be. I will take a look (but I'm very busy currently).
Thanks Patrick! Would love some sort of event listener so if somebody turns off bluetooth the UI does something or they turn on bluetooth something happens (probably more so this use case). Not sure if that is possible.
Thanks Patrick! Would love some sort of event listener so if somebody turns off bluetooth the UI does something or they turn on bluetooth something happens (probably more so this use case). Not sure if that is possible.
Is your feature request related to a problem? Please describe.
I was having trouble trying to figure out why my iOS app worked and my Android app did not. Turns out at some point the Android OS revoked the permission for "Nearby Devices" since there was a checkbox in the Settings > App called "Remove Permissions if app is unused".
Describe the solution you'd like
Is there a way to detect that the permission for Nearby devices has been removed?
Describe alternatives you've considered
Any other way to detect this?
The text was updated successfully, but these errors were encountered: