I want to open (start) activity named: "Language and input", where the user can change the device language.
startActivity(new Intent(Locale....));
It's in the Locale or... settings? Where is it?
I want to open (start) activity named: "Language and input", where the user can change the device language.
startActivity(new Intent(Locale....));
It's in the Locale or... settings? Where is it?
Use this for open language and settings..
it will work
try this
try this: