Spacewar: overlay: Configure number of physical SIM slots

Needed by telephony-common.

Signed-off-by: abhixv <abhi.sharma1@hotmail.com>
This commit is contained in:
Ghosuto
2025-06-29 19:57:58 +05:30
committed by nyxalune
parent 83a391fc8a
commit dda5d8bf5f

View File

@@ -587,4 +587,11 @@
Settings.System.RING_VIBRATION_INTENSITY more details on the constant values and
meanings. -->
<integer name="config_defaultRingVibrationIntensity">3</integer>
<!-- Number of physical SIM slots on the device. This includes both eSIM and pSIM slots, andAdd commentMore actions
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>