summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-12-07 13:26:41 +0800
committerPo Lu <luangruo@yahoo.com>2023-12-07 13:26:41 +0800
commit48965d0862751131eb873b71e39c70e97a683eaa (patch)
tree829bf52f55a980a3154b922a2cb46e4120ac05f9 /java
parent451e00e7862122e768db553034b2ed734629e6ba (diff)
downloademacs-48965d0862751131eb873b71e39c70e97a683eaa.tar.gz
Prevent closing Emacs frames upon locale changes
* java/AndroidManifest.xml.in: Express that Emacs can respond to locale and fontScale changes.
Diffstat (limited to 'java')
-rw-r--r--java/AndroidManifest.xml.in4
1 files 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 <https://www.gnu.org/licenses/>. -->
android:launchMode="singleInstance"
android:windowSoftInputMode="adjustResize"
android:exported="true"
- android:configChanges="orientation|screenSize|screenLayout|keyboardHidden">
+ android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|locale|fontScale">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
@@ -149,7 +149,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -->
<activity android:name="org.gnu.emacs.EmacsMultitaskActivity"
android:windowSoftInputMode="adjustResize"
android:exported="true"
- android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"/>
+ android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|locale|fontScale"/>
<activity android:autoRemoveFromRecents="true"
android:label="Emacs options"