* java/AndroidManifest.xml.in: Revert portions of last change.

This commit is contained in:
Po Lu 2024-06-06 09:15:50 +08:00
parent 99842876bf
commit 0467b756aa

View file

@ -224,7 +224,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -->
android:taskAffinity="emacs.primary_frame"
android:windowSoftInputMode="adjustResize"
android:exported="true"
android:stateNotNeeded="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|locale|fontScale">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@ -282,7 +281,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -->
android:windowSoftInputMode="adjustResize"
android:exported="true"
android:maxRecents="50"
android:stateNotNeeded="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|locale|fontScale"/>
<activity android:autoRemoveFromRecents="true"