Merge "Config overlay to support 2 physical slots"

This commit is contained in:
Grace Chen 2021-09-08 19:07:52 +00:00 committed by Android (Google) Code Review
commit a8ddf739a5

View file

@ -137,7 +137,7 @@
supported by the device. For example, a multi-sim device can have 2 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 but 3 physical slots, or a single SIM device can have 1 phones/logical modems, but 2
physical slots (one eSIM and one pSIM) --> physical slots (one eSIM and one pSIM) -->
<integer name="config_num_physical_slots">3</integer> <integer name="config_num_physical_slots">2</integer>
<!-- Enable CBRS support --> <!-- Enable CBRS support -->
<bool translatable="false" name="config_cbrs_supported">true</bool> <bool translatable="false" name="config_cbrs_supported">true</bool>