Unexpected permission requirements

ukimiku

Active Member
Licensed User
Longtime User
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?

Thanks.

Regards,
 

HotShoe

Well-Known Member
Licensed User
Longtime User
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?

Thanks.

Regards,

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.

--- Jem
 
Upvote 0

ukimiku

Active Member
Licensed User
Longtime User
Thanks!
 
Upvote 0
Top