summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaman Tenneti <rtenneti@google.com>2019-09-16 10:45:52 -0700
committerVasyl Gello <vasek.gello@gmail.com>2019-12-03 08:59:06 +0000
commit514b4fe1a611fb6c15d53fc9d4cf0387d5b4fa29 (patch)
tree71b9849360e16e64c948dac653cc834908a16cd9
parent71e9f931f0b06e9df5886d31de6eef913ade6971 (diff)
downloadandroid_packages_apps_Email-514b4fe1a611fb6c15d53fc9d4cf0387d5b4fa29.tar.gz
android_packages_apps_Email-514b4fe1a611fb6c15d53fc9d4cf0387d5b4fa29.tar.bz2
android_packages_apps_Email-514b4fe1a611fb6c15d53fc9d4cf0387d5b4fa29.zip
Deleted "<action android:name="android.intent.action.SEND_MULTIPLE" />" in "com.android.email.activity.ComposeActivityEmailExternal" activity of the AndroidManifest.xml as part of cleanup.
Bug: 139259734 Bug: 127320867 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 16 10:59 out/target/product/marlin/testcases/Email/arm64/Email.apk -rw-r--r-- 1 rtenneti primarygroup 389599 Sep 16 10:57 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: 10.338 OK (157 tests) $ atest EmailTests Summary ------- EmailTests: Passed: 157, Failed: 0, Ignored: 0, Assumption Failed: 0 All tests passed! 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 Bug: 127320867 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: Iff7a42a3248a8b45cf128d2335624fc298c8888c (cherry picked from commit 37275ba2833057630de85bfa95c141ec55c6d304) Merged-In: Iff7a42a3248a8b45cf128d2335624fc298c8888c (cherry picked from commit 25fb2204e56f3750cec63cffbb9e2f76e7f21ca4)
-rwxr-xr-xAndroidManifest.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 398ed3fce..4e4323303 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -113,39 +113,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
- android:label="@string/app_name">
- <action
- android:name="android.intent.action.SEND_MULTIPLE" />
- <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" />