Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 422 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 422 Bytes

abbeacon

Installation

  • Copy ab-sdk-beta.jar to your libs directory.
  • Add following permissions and service declaration to your AndroidManifest.xml:
 <uses-permission android:name="android.permission.BLUETOOTH"/>
 <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
 <service android:name="com.aprilbrother.aprilbrothersdk.service.BeaconService"
         android:exported="false"/>