Skip to main content
Filter by
Sorted by
Tagged with
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 ...
aormsby's user avatar
  • 176
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(...
Lena Bru's user avatar
  • 13.9k