See: Description
Class | Description |
---|---|
BeaconService |
Don't use this class directly, use it via
BeaconManager . |
BeaconService.ScanAlarmBroadcastReceiver |
Do not use those classes directly. Use BeaconManager
instead.
In your AndroidManifest.xml
declare service:
<service android:name="com.estimote.sdk.service.BeaconService" android:exported="false"/>and add needed Bluetooth permissions:
<uses-permission android:name="android.permission.BLUETOOTH"/> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>