cordova-plugin-require-bluetoothle
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "cordova-plugin-require-bluetoothle", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Require BLE hardware to be available", | ||
@@ -5,0 +5,0 @@ "cordova": { |
# 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.0" /\> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10131
8