Skip to content

Commit

Permalink
update android 14 instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgyoung committed Oct 1, 2023
1 parent a46acdf commit a52f6b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ It allows Android devices to interact with Bluetooth beacons with APIs that are
The library can easily be configured to detect iBeacon, Eddystone and other beacon formats. By default, it detects beacons meeting the open [AltBeacon standard](http://altbeacon.org) See the documentation for the
[BeaconParser](http://altbeacon.github.io/android-beacon-library/javadoc/org/altbeacon/beacon/BeaconParser.html) class for how to work with other beacon formats.

### Android 12, 13 and 14 Support
### Android 14, 13 and 12 Support

Library versions 2.19.5+ fully support Android 12 and 13 permission changes. **Android 12 has a new location permission
model that requires beacon apps to make changes** to target SDK version 31+. See the [request permission](/android-beacon-library/requesting_permission.html) page for more info.
Apps using the library's built-in foreground service will need to be updated in order to target **Android 14.** Library version 2.20+ supports Android 14, so [apps must upgrade to this version and ensure they obtain FINE_LOCATION permission before configuring](foreground-service.html] the foreground service.

Apps using the library's built-in foreground service will need to be updated in order to target **Android 14.** Library version 2.20-beta1 supports Android 14, so [apps must upgrade to this version and ensure they obtain FINE_LOCATION permission before configuring](foreground-service.html] the foreground service.
Library versions 2.19.5+ fully support Android 12 and 13 permission changes. **Android 12 changed the location permission
model** for apps that target SDK version 31+. See the [request permission](/android-beacon-library/requesting_permission.html) page for more info.

### Who uses this library?

Expand Down

0 comments on commit a52f6b7

Please sign in to comment.