I'm new in android automation and i've been working on adb commands to help me with tests on a physical device.
Is there a way to change the language of the device under test via adb?
I found the command below:
adb shell am start -n com.android.settings/.Settings -e :android:show_fragment com.android.settings.LocalePicker
Not worked. I also tried via shell with:
adb shell setprop persist.sys.language pt
But it didn't worked too.