Created
July 16, 2016 07:53
-
-
Save marchbold/eb0d842f204a24bed4289bb4d5bebed3 to your computer and use it in GitHub Desktop.
Manifest Additions for the Bluetooth ANE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <manifest android:installLocation="auto"> | |
| <uses-permission android:name="android.permission.INTERNET"/> | |
| <uses-permission android:name="android.permission.BLUETOOTH"/> | |
| <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/> | |
| <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> | |
| <uses-feature android:name="android.hardware.bluetooth_le" android:required="true"/> | |
| </manifest> | |
| <!-- com.distriqt.BluetoothLE --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment