Explicit specification of android:maxSdkVersion to 30 in Bluetooth Permissions. #130
Closed
this-Aditya
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
As specified in the Android documentation, android:maxSdkVersion should be set to 30 for both the BLUETOOTH and BLUETOOTH_ADMIN permissions here.
Currently, prmt targets SDK 32, and these permissions are not needed for API levels higher than 30. Therefore, it may be worth explicitly specifying the android:maxSdkVersion for these permissions to avoid any issues with higher API levels.
Should I update it?
Beta Was this translation helpful? Give feedback.
All reactions