-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
find a method to set location without hidden api policy #180
Comments
The described behaviour makes a lot of sense to me as the current method for changing language calls private system APIs |
Hm, this was not clear. A fresh emulator did not require any changes to change the language via the LocaleSettingReceiver. But I saw no-update behavior as this description as well. |
This comment was marked as duplicate.
This comment was marked as duplicate.
|
Exception example via adb logcat with the denied behavior
This is allowed behavior:
|
🎉 This issue has been resolved in version 5.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
It looks like we need to call hidden policy to modify the location as well?
I saw via Appium worked but once I uninstall the settings app and install again, below command did not change the language.
When I run the app installation after relaxing hidden API policy, it worked. I'll investigate a bit further. We may need to:
The emulator version was API level 34.
The text was updated successfully, but these errors were encountered: