Hi,
I do have an app, which starts another activity from Sub Main. After closing the sub, the program flow returns to Main.Activity_Resume when executed on Android <= 10. But it returns to Main.Activity_Create(false) on Android 11. It seems, on 11 the Activity Main gets destroyed, while on <= 10 it resumes (as desired).
Some facts to know: the app has been developed four years ago, based on Android 6 and has been maintained over the years. We do not use B4XPages
Has anyone an idea to overcome this different behavior?
Kind regars, Oskar
I do have an app, which starts another activity from Sub Main. After closing the sub, the program flow returns to Main.Activity_Resume when executed on Android <= 10. But it returns to Main.Activity_Create(false) on Android 11. It seems, on 11 the Activity Main gets destroyed, while on <= 10 it resumes (as desired).
Some facts to know: the app has been developed four years ago, based on Android 6 and has been maintained over the years. We do not use B4XPages
Has anyone an idea to overcome this different behavior?
Kind regars, Oskar