aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele M <moto.falcon.git@gmail.com>2017-04-11 00:15:22 +0200
committerSubhrajyoti Sen <subhrajyoti12@gmail.com>2017-11-07 15:31:04 +0000
commit208ef5dda48861779c2def3b8da5b18b4c605512 (patch)
tree713c1d499b1e9797eb3eb909b93cfd43b984c3e8
parente379b6c57b2de2d1ced57caf7cbdb1646808a6a6 (diff)
onyx: overlay: Disable SIM batch operations
This feature appears to be unsupported, so disable it to allow importing SIM contacts. Exporting contacts is not possible at the moment without batch support. BUGBASH-382 Change-Id: I9477597876160dffa2b686d9376c623ddc0a9962
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index cfa6f66..558cf19 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -323,4 +323,6 @@
<!-- Enable blur support -->
<bool name="config_uiBlurEnabled">true</bool>
+ <!-- Configuration to support SIM contact batch operation -->
+ <bool name="config_sim_phonebook_batch_operation">false</bool>
</resources>