io.appium.settings 5.11.0 → 5.12.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 +6 -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,9 @@
|
|
|
1
|
+
## [5.12.0](https://github.com/appium/io.appium.settings/compare/v5.11.0...v5.12.0) (2024-06-09)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* bump compileSdk and targetSdkVersion to 32 ([#181](https://github.com/appium/io.appium.settings/issues/181)) ([a69c004](https://github.com/appium/io.appium.settings/commit/a69c0041a5edabcea44ed149eec4ff5ca06f2319))
|
|
6
|
+
|
|
1
7
|
## [5.11.0](https://github.com/appium/io.appium.settings/compare/v5.10.2...v5.11.0) (2024-06-07)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/README.md
CHANGED
|
@@ -17,6 +17,11 @@ A small and simple Android application that deals with the system settings. Then
|
|
|
17
17
|
|
|
18
18
|
You may also consider using the latest [Android Studio](https://developer.android.com/studio/index.html) to debug the code easily.
|
|
19
19
|
|
|
20
|
+
### Enable access to non-SDK interfaces
|
|
21
|
+
|
|
22
|
+
[Restrictions on non-SDK interfaces](https://developer.android.com/guide/app-compatibility/restrictions-non-sdk-interfaces#test-for-non-sdk) could affect some functionalities.
|
|
23
|
+
Changing of the system locale in API Level 34 or later demonstrates the above restriction. Please [enable access to non-SDK interfaces](https://developer.android.com/guide/app-compatibility/restrictions-non-sdk-interfaces#how_can_i_enable_access_to_non-sdk_interfaces) via `adb`. [This issue comment](https://github.com/appium/io.appium.settings/issues/180#issuecomment-2156279885) is adb logcat output when the non-SDK interfaces are enabled, or disabled (system default). Please try out a device reboot if the same logcat continues even after setting the hidden api policy.
|
|
24
|
+
|
|
20
25
|
## Building
|
|
21
26
|
|
|
22
27
|
```shell
|
|
Binary file
|