diff options
author | Han Wang <416810799@qq.com> | 2019-01-06 21:00:25 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-01-19 13:56:11 +0100 |
commit | 88fdadf9b7feb4eba67117f621eccc7c74ac0d62 (patch) | |
tree | 1fa2166d30b15871a05dd6a7c82a6a538cf0d8d5 | |
parent | f6b0c6f403a5930df5d8ad72bcc6dedacb488e9f (diff) |
msm8996-common: Configure number of physical SIM slots
* Needed by telephony-common
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 7 |
1 files changed, 7 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 6177ce0..772a9ce 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -301,6 +301,13 @@ phone object irrespective of this config --> <bool name="config_switch_phone_on_voice_reg_state_change">false</bool> + <!-- Number of physical SIM slots on the device. This includes both eSIM and pSIM slots, and + is not necessarily the same as the number of phones/logical modems supported by the device. + For example, a multi-sim device can have 2 phones/logical modems, but 3 physical slots, + or a single SIM device can have 1 phones/logical modems, but 2 physical slots (one eSIM + and one pSIM) --> + <integer name="config_num_physical_slots">2</integer> + <!-- Boolean indicating if current platform supports BLE peripheral mode --> <bool name="config_bluetooth_le_peripheral_mode_supported">true</bool> |