diff options
author | Wang Han <416810799@qq.com> | 2018-09-16 12:51:03 +0800 |
---|---|---|
committer | TingyiChen <tingyi364@gmail.com> | 2019-08-13 11:48:09 +0200 |
commit | 2d7960c0ec9086c29475706b7c0b9750d04500ea (patch) | |
tree | 3758be48d72215d6e2076dd17c8e14e086acbef2 /overlay | |
parent | 26f26b8a4462d1f0a1cfbf6ae6fc22f5c449804a (diff) |
wayne-common: overlay: Configure number of physical SIM slots
* Needed by telephony-common
Change-Id: I18c058d295ed2eaf23e8ca5d1f3933b65806ed48
Diffstat (limited to 'overlay')
-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 062b403..64e7f49 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -477,4 +477,11 @@ <!-- Enable 802.11ac for Wifi hotspot (SAP) --> <bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</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> </resources> |