Estimote / Android-Fleet-Management-SDK

Estimote Fleet Management SDK for Android
https://developer.estimote.com
MIT License
836 stars 451 forks source link

Beacons scan does not work for API <18 #175

Closed kamendo closed 8 years ago

kamendo commented 8 years ago

Is it true that beacons detection does not work for Android API before 18?

From the code it looks like so: SystemRequirementsHelper.isBluetoothLeAvailable, SystemRequirementsHelper.isBluetoothEnabled returns false

pawelDylag commented 8 years ago

@kamendo Yes, it's true.

The Estimote SDK for Android is a library that allows interaction with Estimote beacons & stickers. The SDK system works on Android 4.3 or above and requires device with Bluetooth Low Energy (SDK's min Android SDK version is 9).