diff options
Diffstat (limited to 'java')
| -rw-r--r-- | java/AndroidManifest.xml.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/AndroidManifest.xml.in b/java/AndroidManifest.xml.in index 644f154b53b..f3bab2c1b76 100644 --- a/java/AndroidManifest.xml.in +++ b/java/AndroidManifest.xml.in | |||
| @@ -224,7 +224,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. --> | |||
| 224 | android:taskAffinity="emacs.primary_frame" | 224 | android:taskAffinity="emacs.primary_frame" |
| 225 | android:windowSoftInputMode="adjustResize" | 225 | android:windowSoftInputMode="adjustResize" |
| 226 | android:exported="true" | 226 | android:exported="true" |
| 227 | android:stateNotNeeded="true" | ||
| 228 | android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|locale|fontScale"> | 227 | android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|locale|fontScale"> |
| 229 | <intent-filter> | 228 | <intent-filter> |
| 230 | <action android:name="android.intent.action.MAIN" /> | 229 | <action android:name="android.intent.action.MAIN" /> |
| @@ -282,7 +281,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. --> | |||
| 282 | android:windowSoftInputMode="adjustResize" | 281 | android:windowSoftInputMode="adjustResize" |
| 283 | android:exported="true" | 282 | android:exported="true" |
| 284 | android:maxRecents="50" | 283 | android:maxRecents="50" |
| 285 | android:stateNotNeeded="true" | ||
| 286 | android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|locale|fontScale"/> | 284 | android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|locale|fontScale"/> |
| 287 | 285 | ||
| 288 | <activity android:autoRemoveFromRecents="true" | 286 | <activity android:autoRemoveFromRecents="true" |