diff --git a/java/AndroidManifest.xml.in b/java/AndroidManifest.xml.in index 2749f43c245..18afe945df6 100644 --- a/java/AndroidManifest.xml.in +++ b/java/AndroidManifest.xml.in @@ -94,7 +94,7 @@ along with GNU Emacs. If not, see . --> android:launchMode="singleInstance" android:windowSoftInputMode="adjustResize" android:exported="true" - android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"> + android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|locale|fontScale"> @@ -149,7 +149,7 @@ along with GNU Emacs. If not, see . --> + android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|locale|fontScale"/>