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

Commit 81679be

Browse files
committed
Update README.md
1 parent becf695 commit 81679be

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
abbeacon
22
========
33

4-
Android Demo For AprilBeacon
5-
6-
7-
How to use this Demo?
8-
You should to http://developer.radiusnetworks.com/ibeacon/android/download.html to download the library
9-
10-
Import the Demo to you project and then copy library/libs/classes.jar and library/bin/androidibeaconlibrary.jar to your libs
11-
12-
Then you can run the Demo
4+
## Installation
5+
6+
* Copy ab-sdk-beta.jar to your libs directory.
7+
* Add following permissions and service declaration to your AndroidManifest.xml:
8+
```
9+
<uses-permission android:name="android.permission.BLUETOOTH"/>
10+
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
11+
<service android:name="com.aprilbrother.aprilbrothersdk.service.BeaconService"
12+
android:exported="false"/>
13+
```

0 commit comments

Comments
 (0)