nativescript-dna-deviceinfo
Advanced tools
Comparing version 2.4.0 to 2.4.1
{ | ||
"name": "nativescript-dna-deviceinfo", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "NativeScript plugin to acquire device information.", | ||
@@ -5,0 +5,0 @@ "main": "deviceinfo", |
@@ -404,3 +404,4 @@ | ||
console.log("Is battery charing: ", DeviceInfo.isBatteryCharging()); | ||
console.log("Is Location service enabled: ", await DeviceInfo.isLocationEnabled() .catch(error => console.log(error))); | ||
console.log("Is Location service enabled: ", await DeviceInfo.isLocationEnabled() | ||
.catch(error => console.log(error))); | ||
console.log("Is Bluetooth enabled: ", await DeviceInfo.isBluetoothEnabled() | ||
@@ -442,6 +443,6 @@ .catch(error => console.log(error))); | ||
- 2.4.0: Added an API to get location service state. | ||
- 2.4.1: Updated documentation. | ||
## License | ||
MIT license (see LICENSE file) |
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
367634
447