summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorMarc Blank <mblank@google.com>2012-09-10 17:18:32 -0700
committerMarc Blank <mblank@google.com>2012-09-10 17:18:32 -0700
commit74c79a50432fcbf127fbfeadc1a461263ea92135 (patch)
treefaa37073d473467a1400dbff9d34476ffe63c49c /res/xml
parent4417adce6d391edcaf1348e0b2b0a175c7b381c4 (diff)
downloadandroid_packages_apps_Email-74c79a50432fcbf127fbfeadc1a461263ea92135.tar.gz
android_packages_apps_Email-74c79a50432fcbf127fbfeadc1a461263ea92135.tar.bz2
android_packages_apps_Email-74c79a50432fcbf127fbfeadc1a461263ea92135.zip
Modify intent names
Change-Id: Iad8b4842056a7f553363f9af47e65665c2b26a5d
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/account_preferences.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/account_preferences.xml b/res/xml/account_preferences.xml
index f5b45a657..88b106d78 100644
--- a/res/xml/account_preferences.xml
+++ b/res/xml/account_preferences.xml
@@ -25,8 +25,8 @@
android:title="@string/account_settings_action"
android:summary="@string/account_settings_summary">
<intent
- android:action="com.android.email.activity.setup.ACCOUNT_MANAGER_ENTRY"
- />
+ android:action="@string/intent_account_manager_entry"
+ />
</PreferenceScreen>
</PreferenceScreen>