diff options
| author | Gabriele M <moto.falcon.git@gmail.com> | 2017-04-11 00:15:22 +0200 |
|---|---|---|
| committer | mosimchah <mosimchah@gmail.com> | 2017-05-09 02:30:22 -0400 |
| commit | fcbc42aaa9c26fbe8bd70320ecacfc4c9b76c86a (patch) | |
| tree | db69a5bcbc0111dc3a3654917d4c7d2317781321 | |
| parent | cca0b9e30eb12d531b6886dd6d2eac5ef5e8a5c3 (diff) | |
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.
Change-Id: I9477597876160dffa2b686d9376c623ddc0a9962
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 3 |
1 files changed, 3 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 6e0900f..44bfa3d 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -30,4 +30,7 @@ <!-- Indicate whether the SD card is accessible without removing the battery. --> <bool name="config_batterySdCardAccessibility">false</bool> + <!-- Configuration to support SIM contact batch operation --> + <bool name="config_sim_phonebook_batch_operation">false</bool> + </resources> |
