Site icon ashishb.net

How to start locale settings activity on android from command-line

A useful and handy command specially when you during experimentation, you are stuck because of a changing language settings to an undecipherable foreign language.

adb shell am start -n \
'com.android.settings/.Settings\$LocalePickerActivity'
Exit mobile version