From c389a54508288b669549dbdf75719b259ddf2338 Mon Sep 17 00:00:00 2001 From: Paul Westbrook Date: Tue, 12 Mar 2013 22:57:54 -0700 Subject: [PATCH] Fix launching Account settings The intent action in the manifest didn't match what was specified in account authenticator preference Bug: 8359559 Change-Id: Ic4c95ac954913d0cb5531cebcdddddded14ac1b2 --- AndroidManifest.xml | 2 ++ build/res/values/strings.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7f29928d1..f5cf5e2ff 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -251,10 +251,12 @@ android:label="@string/account_setup_names_title" > + com.android.email com.android.email com.android.email.EXCHANGE_INTENT - com.android.email.ACCOUNT_MANAGER_ENTRY_INTENT + com.android.email.activity.setup.ACCOUNT_MANAGER_ENTRY com.android.email.provider imap imap