]> git.eshelyaron.com Git - emacs.git/commitdiff
* java/AndroidManifest.xml.in: Revert portions of last change.
authorPo Lu <luangruo@yahoo.com>
Thu, 6 Jun 2024 01:15:50 +0000 (09:15 +0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 6 Jun 2024 10:25:17 +0000 (12:25 +0200)
(cherry picked from commit 0467b756aaef713fb948e2746e1333a9d86e2e7e)

java/AndroidManifest.xml.in

index 644f154b53b33c60de142ca91b05dcaa8f929d48..f3bab2c1b76a71043eaaf732803da24c6b29936b 100644 (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"