summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaman Tenneti <rtenneti@google.com>2019-09-18 16:02:57 -0700
committerRaman Tenneti <rtenneti@google.com>2019-09-18 16:02:57 -0700
commitd8ae026f3257bd640d0ae5451d2eb8e2742e60fd (patch)
tree27fbaaef635b28b43739d4d343b7b5e396d15a27
parent744ba9eca02df26836b621bce43a5ef6e4509a8e (diff)
downloadEmail-d8ae026f3257bd640d0ae5451d2eb8e2742e60fd.tar.gz
Deleted "<action android:name="android.intent.action.SEND" />" in "com.android.email.activity.ComposeActivityEmailExternal" activity of the AndroidManifest.xml as part of cleanup.
Bug: 139259734 Test: manual - Ran the following tests on Pixel phone. Tested the email UI. $ make -j 40 $ make Email -j $ make EmailTests -j -rw-r--r-- 1 rtenneti primarygroup 6356400 Sep 18 15:32 out/target/product/marlin/testcases/Email/arm64/Email.apk -rw-r--r-- 1 rtenneti primarygroup 389599 Sep 18 15:32 out/target/product/marlin/testcases/EmailTests/arm64/EmailTests.apk $ adb install -r -d -g out/target/product/marlin/testcases/Email/arm64/Email.apk $ adb install -r -d -g out/target/product/marlin/testcases/EmailTests/arm64/EmailTests.apk $ adb shell am instrument -w com.android.email.tests Time: 3.38 OK (157 tests) $ atest EmailTests com.android.email.tests (157 Tests) [1/157] com.android.email.DummyFlakyTest#imNotReallyFlaky: PASSED (2ms) ... [157/157] com.android.emailcommon.utility.UtilityTest#testParseEmailDateTime: PASSED (0ms) EmailTests: Passed: 157, Failed: 0, Ignored: 0, Assumption Failed: 0 All tests passed! Change-Id: Ia397eee0d9b966d7052dea5b9791ad6f351e9bb9
-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" />