Forum > Android
SOLVED - LAMW - android 13 bluetooth, AVRCP 15, latest patch on jan 2023
(1/1)
Mongkey:
I did SqliteDB on android 13, all run very well from sqlite-ing until i found, BT not working on discover, turn on, turn off, pairing and shutting down. I already put manifest to enabled advertising BT state, it still not worked, any suggestion??
I included java file of working BT on android 13 below, i hope it helps for changing LAMW BT unit.
Thank You!
Mongkey:
SOLVED. :), by adding this on manifest
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
Thank you All....
it would be very nice if on BT got self check permission on;
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
https://stackoverflow.com/questions/67722950/android-12-new-bluetooth-permissions
Navigation
[0] Message Index