summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2014-09-25 14:53:32 +0800
committerLinux Build Service Account <lnxbuild@localhost>2016-08-24 08:19:46 -0600
commit921358d86ddbc24d83397d221f0a30a71923783b (patch)
tree5d6c6a01fced0d80c177e8fdd452ae325e2c7047 /res
parentcab3390e2f3f747853176b17a692949bbc627cf3 (diff)
downloadandroid_packages_apps_Email-921358d86ddbc24d83397d221f0a30a71923783b.tar.gz
android_packages_apps_Email-921358d86ddbc24d83397d221f0a30a71923783b.tar.bz2
android_packages_apps_Email-921358d86ddbc24d83397d221f0a30a71923783b.zip
Email: Customize the Email account's signature with the resource
Change-Id: Icb96e6c181ebd6c96ebc4b3c2028f2e1f972dd8a CRs-Fixed: 1043367
Diffstat (limited to 'res')
-rw-r--r--res/values/constants.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/values/constants.xml b/res/values/constants.xml
index 3b88d7d6f..b7ea419cb 100644
--- a/res/values/constants.xml
+++ b/res/values/constants.xml
@@ -31,4 +31,7 @@
<!-- the email application starts services -->
<bool name="enable_services">true</bool>
-</resources> \ No newline at end of file
+
+ <!-- Customize Email account's signature -->
+ <string name="customize_set_email_signature"></string>
+</resources>