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

AprilBrother/android-abbeacon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Android Demo For AprilBeacon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages