io.appium.settings 5.2.0 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +5 -0
- package/apks/settings_apk-debug.apk +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [5.3.0](https://github.com/appium/io.appium.settings/compare/v5.2.0...v5.3.0) (2024-01-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* use play services location 21 ([#128](https://github.com/appium/io.appium.settings/issues/128)) ([acc0d55](https://github.com/appium/io.appium.settings/commit/acc0d552882a6c4f2f22359dd24e90b8aac3700c))
|
|
7
|
+
|
|
1
8
|
## [5.2.0](https://github.com/appium/io.appium.settings/compare/v5.1.3...v5.2.0) (2023-10-29)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -145,6 +145,11 @@ option would have no effect.
|
|
|
145
145
|
|
|
146
146
|
## Setting Mock Locations
|
|
147
147
|
|
|
148
|
+
Please set the Appium Settings from the Settings app's _Developer Options_ -> _Select mock location app_.
|
|
149
|
+
Or `adb shell appops set io.appium.settings android:mock_location allow` let you do the same via adb command.
|
|
150
|
+
`adb shell appops set io.appium.settings android:mock_location deny` is to turn it off.
|
|
151
|
+
|
|
152
|
+
|
|
148
153
|
Start sending scheduled updates (every 2s) for mock location with the specified values by executing:
|
|
149
154
|
(API versions 26+):
|
|
150
155
|
```shell
|
|
Binary file
|