How is it possible to change the system language in Android UI tests? I am using SDK version 31 and none of the solutions I tried seem to work. I have tried with a ClassRule like here https://stackoverflow.com/a/53803201/6843649 and also with a LocaleHelper class like here https://stackoverflow.com/a/50927038/6843649 Is it even still possible to change the language in such UI tests? If so, what's the recommended way to do it?
Asked
Active
Viewed 23 times