aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
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/>. -->
94 android:launchMode="singleInstance" 94 android:launchMode="singleInstance"
95 android:windowSoftInputMode="adjustResize" 95 android:windowSoftInputMode="adjustResize"
96 android:exported="true" 96 android:exported="true"
97 android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"> 97 android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|locale|fontScale">
98 <intent-filter> 98 <intent-filter>
99 <action android:name="android.intent.action.MAIN" /> 99 <action android:name="android.intent.action.MAIN" />
100 <category android:name="android.intent.category.DEFAULT" /> 100 <category android:name="android.intent.category.DEFAULT" />
@@ -149,7 +149,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -->
149 <activity android:name="org.gnu.emacs.EmacsMultitaskActivity" 149 <activity android:name="org.gnu.emacs.EmacsMultitaskActivity"
150 android:windowSoftInputMode="adjustResize" 150 android:windowSoftInputMode="adjustResize"
151 android:exported="true" 151 android:exported="true"
152 android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"/> 152 android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|locale|fontScale"/>
153 153
154 <activity android:autoRemoveFromRecents="true" 154 <activity android:autoRemoveFromRecents="true"
155 android:label="Emacs options" 155 android:label="Emacs options"