Action - Set System Locale
The action Set System Locale changes the currently use system locale.
Warning: This function is not officially supported by Android and might not work on all devices.
Warning: This function requires root access, is not officially supported by Android and might not work on all devices. (Android 4.2+)
Note: adb
can be used on some versions of Android to grant the permissions to execute the action without root:
- Install
adb
on a computer (search internet on how to install adb) - enable USB Debugging in System settings -> Developer options on your Android device
- connect your Android device to the computer
- execute following command in a terminal:
adb shell pm grant ch.gridvision.ppam.androidautomagic android.permission.CHANGE_CONFIGURATION