aboutsummaryrefslogtreecommitdiffstats
path: root/java/AndroidManifest.xml.in
diff options
context:
space:
mode:
authorPo Lu2024-08-09 10:12:26 +0800
committerPo Lu2024-08-09 10:12:26 +0800
commit3896f5034f4b8a82c0b4f8dd1b7c579c2e723fa9 (patch)
tree959fd610adcd3a7317c7b10fb4cb05a8ddd35753 /java/AndroidManifest.xml.in
parent007ccba141ae93d05cff8e0c794a92f152657594 (diff)
parent16462b1a62d04a726f99f275b37fd3e6fd512202 (diff)
downloademacs-3896f5034f4b8a82c0b4f8dd1b7c579c2e723fa9.tar.gz
emacs-3896f5034f4b8a82c0b4f8dd1b7c579c2e723fa9.zip
Merge from savannah/emacs-30
16462b1a62d Register for more Intents actions on Android
Diffstat (limited to 'java/AndroidManifest.xml.in')
-rw-r--r--java/AndroidManifest.xml.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/AndroidManifest.xml.in b/java/AndroidManifest.xml.in
index f3bab2c1b76..df00e497f8f 100644
--- a/java/AndroidManifest.xml.in
+++ b/java/AndroidManifest.xml.in
@@ -270,6 +270,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -->
270 </intent-filter> 270 </intent-filter>
271 271
272 <intent-filter> 272 <intent-filter>
273 <action android:name="android.intent.action.SEND"/>
273 <action android:name="android.intent.action.SENDTO"/> 274 <action android:name="android.intent.action.SENDTO"/>
274 <data android:scheme="mailto"/> 275 <data android:scheme="mailto"/>
275 <category android:name="android.intent.category.DEFAULT"/> 276 <category android:name="android.intent.category.DEFAULT"/>