diff options
author | Daisuke Miyakawa <dmiyakawa@google.com> | 2011-10-28 09:27:06 -0700 |
---|---|---|
committer | Daisuke Miyakawa <dmiyakawa@google.com> | 2011-10-28 15:39:21 -0700 |
commit | e8ad0868a66b3946a53c5a366642078688d122a8 (patch) | |
tree | 94a3248443e5a09728b61a368cc5799446d83593 /res/values/donottranslate_config.xml | |
parent | e61afc1b68b23ff4eb63c90f49b51039d8c76d0c (diff) | |
download | packages_apps_Contacts-e8ad0868a66b3946a53c5a366642078688d122a8.tar.gz packages_apps_Contacts-e8ad0868a66b3946a53c5a366642078688d122a8.tar.bz2 packages_apps_Contacts-e8ad0868a66b3946a53c5a366642078688d122a8.zip |
Enable the app to hide SIM import
Bug: 5501118
Change-Id: Icec89a4526d655ab61e958326d9347ce4ccdb49a
Diffstat (limited to 'res/values/donottranslate_config.xml')
-rw-r--r-- | res/values/donottranslate_config.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/donottranslate_config.xml b/res/values/donottranslate_config.xml index 79a2b2919..b36dbe1b4 100644 --- a/res/values/donottranslate_config.xml +++ b/res/values/donottranslate_config.xml @@ -124,4 +124,10 @@ <!-- Regular expression for prohibiting certain phone numbers in dialpad. Ignored if empty. --> <string name="config_prohibited_phone_number_regexp"></string> + + <!-- If true, enable the "import contacts from SIM" feature if the device + has an appropriate SIM or ICC card. + Setting this flag to false in a resource overlay allows you to + entirely disable SIM import on a per-product basis. --> + <bool name="config_allow_sim_import">true</bool> </resources> |