* java/AndroidManifest.xml.in: Revert portions of last change.
This commit is contained in:
parent
99842876bf
commit
0467b756aa
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue