diff options
| author | Po Lu | 2024-06-06 09:15:50 +0800 |
|---|---|---|
| committer | Po Lu | 2024-06-06 09:16:03 +0800 |
| commit | 0467b756aaef713fb948e2746e1333a9d86e2e7e (patch) | |
| tree | 04f9d05f2b89531e8eb825b1377f34e62b594d9c /java/AndroidManifest.xml.in | |
| parent | 99842876bfe15b97e39863ac926ef299e6085dce (diff) | |
| download | emacs-0467b756aaef713fb948e2746e1333a9d86e2e7e.tar.gz emacs-0467b756aaef713fb948e2746e1333a9d86e2e7e.zip | |
* java/AndroidManifest.xml.in: Revert portions of last change.
Diffstat (limited to 'java/AndroidManifest.xml.in')
| -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" |