From: Po Lu Date: Thu, 7 Dec 2023 05:26:41 +0000 (+0800) Subject: Prevent closing Emacs frames upon locale changes X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48965d0862751131eb873b71e39c70e97a683eaa;p=emacs.git Prevent closing Emacs frames upon locale changes * java/AndroidManifest.xml.in: Express that Emacs can respond to locale and fontScale changes. --- 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"/>