1.0.4 • Published 7 years ago

cordova-plugin-require-bluetoothle v1.0.4

Weekly downloads
5
License
Apache 2.0
Repository
github
Last release
7 years ago

require_bluetooth_le

Cordova/Phonegap plugin to insert a tag for \<uses-feature android:name="android.hardware.bluetooth_le" android:required="true"> into your AndroidManifest.xml file in order to require the phone to have BLE hardware in order to run. This will prevent your app from showing up in the app store on old phones w/o the necessary hardware.

Add this to your config.xml to enable:

\<gap:plugin name="cordova-plugin-require-bluetoothle" source="npm" version="1.0.4" />