taynanbonaldo / AprilBeacon-Android-SDK

Android SDK for AprilBeacon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AprilBrother-Android-SDK

AprilBrother SDK for Android

You can scan beacon and modify beacon

Docs

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"/>

Precautions

  • If you want to use change the characteristic you should make sure that our beacon's hardware is above 2.0
  • the default password is AprilBrother

About

Android SDK for AprilBeacon


Languages

Language:Java 100.0%