AltBeacon / android-beacon-library

Allows Android apps to interact with BLE beacons
Apache License 2.0
2.83k stars 834 forks source link

Prevent crashes in BluetoothMedic from missing Android 12 permissions #1121

Closed davidgyoung closed 1 year ago

davidgyoung commented 1 year ago

This addresses the issue reported here: https://stackoverflow.com/questions/74709808/altbeacon-bluetoothmedic-crashes-with-android-version-12-13

This also deprecates the BluetoothMedic’s power cycling method in favor of a renamed legacy method that makes it clear that power cycling is no longer possible on Android 13 per #1109