clover: Configure number of physical SIM slots
* Needed by telephony-common Change-Id: I18c058d295ed2eaf23e8ca5d1f3933b65806ed48
This commit is contained in:
parent
dd9d51d40a
commit
6399b3ff6b
1 changed files with 6 additions and 1 deletions
|
@ -147,5 +147,10 @@
|
||||||
<item>bluetooth,7,7,2,-1,true</item>
|
<item>bluetooth,7,7,2,-1,true</item>
|
||||||
<item>ethernet,9,9,4,-1,true</item>
|
<item>ethernet,9,9,4,-1,true</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
<!-- 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>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue