2 questions
1
vote
1
answer
615
views
Android instrumented tests - Recreated Activity not picking up locale change, API <33
At least, it's not doing what I'd expect. Here's my situation --
I'm writing a feature to allow that allows users to make locale changes at runtime. Without any special handling, a locale change will ...
8
votes
0
answers
368
views
ActivityScenario.launch looking for some cached jar
I am running android instrumentation tests and I have the following code:
lateinit var scenario: ActivityScenario<MainActivity>
@Before
fun before(){
scenario = ActivityScenario.launch(...