Skip to content

Commit 4cb096b

Browse files
HeniganHenigan
authored andcommitted
Add targetApi
1 parent 121a51f commit 4cb096b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

android/hello_sdl_android/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
<uses-permission android:name="android.permission.BLUETOOTH"
77
android:maxSdkVersion="30"/>
8-
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
8+
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT"
9+
tools:targetApi="31"/>
910
<uses-permission android:name="android.permission.BLUETOOTH_SCAN"
1011
android:usesPermissionFlags="neverForLocation"
1112
tools:targetApi="31" />

0 commit comments

Comments
 (0)