diff options
Diffstat (limited to 'java/AndroidManifest.xml.in')
| -rw-r--r-- | java/AndroidManifest.xml.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/java/AndroidManifest.xml.in b/java/AndroidManifest.xml.in index 923c5a005d5..3c9e30713b6 100644 --- a/java/AndroidManifest.xml.in +++ b/java/AndroidManifest.xml.in | |||
| @@ -72,7 +72,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. --> | |||
| 72 | android:extractNativeLibs="true"> | 72 | android:extractNativeLibs="true"> |
| 73 | 73 | ||
| 74 | <activity android:name="org.gnu.emacs.EmacsActivity" | 74 | <activity android:name="org.gnu.emacs.EmacsActivity" |
| 75 | android:launchMode="singleTop" | 75 | android:launchMode="singleInstance" |
| 76 | android:windowSoftInputMode="adjustResize" | 76 | android:windowSoftInputMode="adjustResize" |
| 77 | android:exported="true" | 77 | android:exported="true" |
| 78 | android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"> | 78 | android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"> |
| @@ -84,6 +84,8 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. --> | |||
| 84 | </activity> | 84 | </activity> |
| 85 | 85 | ||
| 86 | <activity android:name="org.gnu.emacs.EmacsOpenActivity" | 86 | <activity android:name="org.gnu.emacs.EmacsOpenActivity" |
| 87 | android:taskAffinity="open.dialog" | ||
| 88 | android:excludeFromRecents="true" | ||
| 87 | android:exported="true"> | 89 | android:exported="true"> |
| 88 | 90 | ||
| 89 | <!-- Allow Emacs to open all kinds of files known to Android. --> | 91 | <!-- Allow Emacs to open all kinds of files known to Android. --> |
| @@ -137,6 +139,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. --> | |||
| 137 | <data android:mimeType="image/t38"/> | 139 | <data android:mimeType="image/t38"/> |
| 138 | <data android:mimeType="image/tiff"/> | 140 | <data android:mimeType="image/tiff"/> |
| 139 | <data android:mimeType="image/tiff-fx"/> | 141 | <data android:mimeType="image/tiff-fx"/> |
| 142 | <data android:mimeType="image/xpm"/> | ||
| 140 | <data android:mimeType="text/*"/> | 143 | <data android:mimeType="text/*"/> |
| 141 | <data android:mimeType="application/*xml"/> | 144 | <data android:mimeType="application/*xml"/> |
| 142 | <data android:mimeType="application/atom+xml"/> | 145 | <data android:mimeType="application/atom+xml"/> |