appium-adb
Advanced tools
Comparing version 12.2.0 to 12.3.0
@@ -455,2 +455,10 @@ export default methods; | ||
/** | ||
* Change the state of the NFC service on the device under test. | ||
* | ||
* @this {import('../adb.js').ADB} | ||
* @param {boolean} on - True to enable NFC service and false to disable it. | ||
* @throws {Error} If there was an error while changing the service state | ||
*/ | ||
function setNfcOn(this: import("../adb.js").ADB, on: boolean): Promise<void>; | ||
/** | ||
* Broadcast the state of Airplane mode on the device under test. | ||
@@ -457,0 +465,0 @@ * This method should be called after {@link #setAirplaneMode}, otherwise |
@@ -0,1 +1,8 @@ | ||
## [12.3.0](https://github.com/appium/appium-adb/compare/v12.2.0...v12.3.0) (2024-05-09) | ||
### Features | ||
* Add a method to control NFC adapter state ([#742](https://github.com/appium/appium-adb/issues/742)) ([5c6556f](https://github.com/appium/appium-adb/commit/5c6556fa08e3851390f7dc8cffa154a9ee6bf927)) | ||
## [12.2.0](https://github.com/appium/appium-adb/compare/v12.1.0...v12.2.0) (2024-05-08) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "appium-adb", | ||
"version": "12.2.0", | ||
"version": "12.3.0", | ||
"description": "Android Debug Bridge interface", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1033172
18816