summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorParamananda Pradhan <parama@codeaurora.org>2016-10-11 12:33:55 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-24 00:04:14 -0700
commit7c457dca470858193f9a25add7d5e6bcbc1057e5 (patch)
tree0a53d9b1e90864b3cc1ec658b2c2ab96b6a784a8 /res
parent8b0ba102f6aebe6ded0da5c54f6013231c9f4e82 (diff)
downloadandroid_packages_apps_Email-7c457dca470858193f9a25add7d5e6bcbc1057e5.tar.gz
android_packages_apps_Email-7c457dca470858193f9a25add7d5e6bcbc1057e5.tar.bz2
android_packages_apps_Email-7c457dca470858193f9a25add7d5e6bcbc1057e5.zip
Email: Support account creation for OMA CP.
Changes to allow email to create an account via OMA Client Provisioning message.And enabling the force create account feature which already exists in Email Change-Id: I841949bb373baafb044a310118d9873ca3e2c2d1 CRs-Fixed: 1074918
Diffstat (limited to 'res')
-rw-r--r--res/values/constants.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/constants.xml b/res/values/constants.xml
index b7ea419cb..515cef50d 100644
--- a/res/values/constants.xml
+++ b/res/values/constants.xml
@@ -34,4 +34,7 @@
<!-- Customize Email account's signature -->
<string name="customize_set_email_signature"></string>
+
+ <!-- Boolean value indicating whether we should allow force create account -->
+ <bool name="enable_force_configure_account">false</bool>
</resources>