sdm710-common: Configure number of physical SIM slots
* Needed by telephony-common Change-Id: I18c058d295ed2eaf23e8ca5d1f3933b65806ed48
This commit is contained in:
parent
d731f1129a
commit
3b4402cd40
1 changed files with 7 additions and 0 deletions
|
@ -331,6 +331,13 @@
|
||||||
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
|
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
|
||||||
in hardware. -->
|
in hardware. -->
|
||||||
<bool name="config_setColorTransformAccelerated">true</bool>
|
<bool name="config_setColorTransformAccelerated">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>
|
||||||
|
|
||||||
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
|
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
|
||||||
autodetected from the Configuration. -->
|
autodetected from the Configuration. -->
|
||||||
|
|
Loading…
Reference in a new issue