summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorPaul Westbrook <pwestbro@google.com>2014-06-17 03:18:11 -0700
committerGreg Bullock <gregbullock@google.com>2014-06-17 15:47:33 +0200
commite817be135332c4060b5985ff830e3ce555043a43 (patch)
tree63260b1376888ad2a4b8c438d567dc5c6797cdba /res/values
parent57dbc3bf028008f9d23c2caa7908bcf4f4bfb3f7 (diff)
downloadandroid_packages_apps_Email-e817be135332c4060b5985ff830e3ce555043a43.tar.gz
android_packages_apps_Email-e817be135332c4060b5985ff830e3ce555043a43.tar.bz2
android_packages_apps_Email-e817be135332c4060b5985ff830e3ce555043a43.zip
Specify compose activity with resource.
Allow the compose activity, that the account reconciler attempts to enabled/disable, to be able to be specified via resources. This allows the various build targets to change the activity that is enabled/disabled, or to not attempt to do this at all Change-Id: I7c91c2c179316a3aac910a38d7dd0025076b085a
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0717759c0..0c7709861 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -824,4 +824,7 @@
<!-- This message indicates no quick responses exist to choose from -->
<string name="no_quick_responses">None available</string>
+ <!-- Activity name of the compose activity that should be reconciled -->
+ <string name="reconciliation_compose_activity_name" translatable="false">com.android.email.activity.ComposeActivityEmail</string>
+
</resources>