Sanders: Configure number of physical SIM slots

Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This commit is contained in:
Wang Han
2019-04-10 12:22:14 +00:00
committed by ronaxdevil
parent bfdd7821f1
commit 6226eeb2aa

View File

@@ -463,4 +463,11 @@
<!-- Whether device has turbo power charging support -->
<bool name="config_hasTurboPowerCharger">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>