From 48965d0862751131eb873b71e39c70e97a683eaa Mon Sep 17 00:00:00 2001 From: Po Lu Date: Thu, 7 Dec 2023 13:26:41 +0800 Subject: [PATCH] Prevent closing Emacs frames upon locale changes * java/AndroidManifest.xml.in: Express that Emacs can respond to locale and fontScale changes. --- java/AndroidManifest.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"/>