diff options
| author | 2018-01-11 23:50:28 +0000 | |
|---|---|---|
| committer | 2018-01-11 23:50:28 +0000 | |
| commit | 6d9869afad76f2e54407f2d04d1efa90b452680b (patch) | |
| tree | 39af52a82e38f1bd151e76bd70b60941d2976e96 | |
| parent | edc14bd3c45b38984007d5e1858b2b9c87cb7ae0 (diff) | |
| parent | 61fa3138101a1867848afd434e25870cdd3c825c (diff) | |
Merge "Add new config for number of physical SIM slots on the device."
am: 61fa313810
Change-Id: I85e549568fd7e6cd2397d2162e53308b89f7c1b0
| -rw-r--r-- | core/res/res/values/config.xml | 7 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 960ad1b38349..e18265ba20df 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2557,6 +2557,13 @@ <bool name="config_sms_force_7bit_encoding">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">1</integer> + <!--Thresholds for LTE dbm in status bar--> <integer-array translatable="false" name="config_lteDbmThresholds"> <item>-140</item> <!-- SIGNAL_STRENGTH_NONE_OR_UNKNOWN --> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 438ed82353a0..f1070de93e37 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -445,6 +445,7 @@ <java-symbol type="integer" name="config_keepPreloadsMinDays" /> <java-symbol type="bool" name="config_hasPermanentDpad" /> <java-symbol type="bool" name="config_useDefaultFocusHighlight" /> + <java-symbol type="integer" name="config_num_physical_slots" /> <java-symbol type="color" name="tab_indicator_text_v4" /> |