Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save marchbold/eb0d842f204a24bed4289bb4d5bebed3 to your computer and use it in GitHub Desktop.

Select an option

Save marchbold/eb0d842f204a24bed4289bb4d5bebed3 to your computer and use it in GitHub Desktop.
Manifest Additions for the Bluetooth ANE
<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