While testing new versions of my app in Debug mode, I notice that the app requires two permissions I cannot explain:
INTERNET and BLUETOOTH
The app doesn't use any feature of either of these two.
Why does the app register these permissions?
While testing new versions of my app in Debug mode, I notice that the app requires two permissions I cannot explain:
INTERNET and BLUETOOTH
The app doesn't use any feature of either of these two.
Why does the app register these permissions?
The IDE requires those permissions to connect to your device in wireless or bluetooth modes during debug sessions. They will not appear if release mode is selected.