Open masehdh opened 9 months ago
Currently, the permission dialog for bluetooth permission is launched on app install or launch after the package is added.
How can we prevent this behaviour?
I want to use permission_handler to request bluetooth permissions only when a user wants to use the specific feature that requires it.
Added a PR to address this. #35
Currently, the permission dialog for bluetooth permission is launched on app install or launch after the package is added.
How can we prevent this behaviour?
I want to use permission_handler to request bluetooth permissions only when a user wants to use the specific feature that requires it.