Skip to content

Android 5.0 Features Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidgyoung davidgyoung released this 09 Dec 21:49
· 1085 commits to master since this release

New BeaconTransmitter class makes it possible to transmit as a beacon on Android 5.0 devices with peripheral mode support.
New Android 5.0 Scanning classes are used to look for beacons (for devices with Android 5.0), saving power and increasing responsiveness in the background.
AlarmManager is used to wake up the beacon scanner if the phone goes into deep sleep.
Warns users if the service is not declared in the manifest by throwing a RuntimeException.