summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaman Tenneti <rtenneti@google.com>2019-09-19 16:35:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-09-19 16:35:15 +0000
commit134e092c9b71d8145ba8c7540bac0c392630218f (patch)
tree27fbaaef635b28b43739d4d343b7b5e396d15a27
parent744ba9eca02df26836b621bce43a5ef6e4509a8e (diff)
parentd8ae026f3257bd640d0ae5451d2eb8e2742e60fd (diff)
downloadEmail-134e092c9b71d8145ba8c7540bac0c392630218f.tar.gz
Merge "Deleted "<action android:name="android.intent.action.SEND" />" in "com.android.email.activity.ComposeActivityEmailExternal" activity of the AndroidManifest.xml as part of cleanup."HEADndk-sysroot-r21mastermain
-rw-r--r--AndroidManifest.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index aee70c907..54235cf7e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -115,30 +115,11 @@
<category
android:name="android.intent.category.BROWSABLE" />
</intent-filter>
- <intent-filter
- android:label="@string/app_name">
- <action
- android:name="android.intent.action.SEND" />
- <data
- android:mimeType="*/*" />
- <category
- android:name="android.intent.category.DEFAULT" />
- </intent-filter>
<intent-filter>
<action
android:name="com.android.email.intent.action.REPLY" />
</intent-filter>
<intent-filter>
- <action android:name="android.intent.action.SEND" />
- <category
- android:name="android.intent.category.DEFAULT" />
- <data
- android:scheme="content"
- android:host="ui.email2.android.com"
- android:pathPrefix="/compose"
- />
- </intent-filter>
- <intent-filter>
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="mailto" />