From 0bda8528e3df427f86d431dba0919fd6b477b56b Mon Sep 17 00:00:00 2001 From: wangjing Date: Tue, 7 Apr 2015 16:22:06 +0800 Subject: [PATCH] Email: Fix the ActivityNotFoundException when click "Update now" There is no activity response the intent of action VIEW and data auth://com.android.email.ACCOUNT_SECURITY. Add the intent filter for activity AccountSecurity, then this activity can handle this intent. CRs-fixed: 816922 Change-Id: I0b8982c63bd31d3fcca506fde9a1ad0d72e38cbb --- AndroidManifest.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 414dd7a1a..3a7215c8d 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -345,6 +345,12 @@ android:name=".activity.setup.AccountSecurity" android:label="@string/account_security_title" > + + + + + +