Android BeaconService background service for use by PayWith app I developed.
AndroidBeaconService is hosted in the following web site
https://github.com/donkelley/AndroidBeaconService
If you think the Android project AndroidBeaconService listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AndroidBeaconService.
Item | Value |
---|---|
Java File Count | 26 |
Target SDK Version | 19 |
Minimum SDK Version | 18 |
Activity Count | 0 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.GET_TASKS android.permission.RECEIVE_BOOT_COMPLETED android.permission.WAKE_LOCK |
AndroidBeaconService has the following Java source files.
com.paywith.bluetooth.BluetoothCrashResolver.java com.paywith.ibeacon.BleNotAvailableException.java com.paywith.ibeacon.IBeacon.java com.paywith.ibeacon.IBeaconConsumer.java com.paywith.ibeacon.IBeaconData.java com.paywith.ibeacon.IBeaconDataNotifier.java com.paywith.ibeacon.IBeaconIntentProcessor.java com.paywith.ibeacon.IBeaconManager.java com.paywith.ibeacon.MonitorNotifier.java com.paywith.ibeacon.RangeNotifier.java com.paywith.ibeacon.Region.java com.paywith.ibeacon.client.DataProviderException.java com.paywith.ibeacon.client.IBeaconDataFactory.java com.paywith.ibeacon.service.BeaconStore.java com.paywith.ibeacon.service.Callback.java com.paywith.ibeacon.service.DatabaseHandler.java com.paywith.ibeacon.service.IBeaconData.java com.paywith.ibeacon.service.IBeaconService.java com.paywith.ibeacon.service.MonitorState.java com.paywith.ibeacon.service.MonitoringData.java com.paywith.ibeacon.service.PayWithAPI.java com.paywith.ibeacon.service.RangeState.java com.paywith.ibeacon.service.RangedIBeacon.java com.paywith.ibeacon.service.RangingData.java com.paywith.ibeacon.service.RegionData.java com.paywith.ibeacon.service.StartRMData.java