diff --git a/base/main.cpp b/base/main.cpp index 2e8646cc43f..048cb6d4d6b 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -671,6 +671,10 @@ extern "C" int scummvm_main(int argc, const char * const argv[]) { #endif #ifdef __ANDROID__ + // This early popup message for Android, informing the users about important + // changes to file access, needs to be *after* language for the GUI has been selected. + // Hence, we instantiate GUI Manager here, to take care of this. + GUI::GuiManager::instance(); if (AndroidFilesystemFactory::instance().hasSAF() && !ConfMan.hasKey("android_saf_dialog_shown")) {