pipa: overlay: Specify that we don't have SIM support

Change-Id: If6a6ba4514f7993a2ed55cf61a15e263bb5cde7b
This commit is contained in:
Davide Garberi
2023-10-16 16:59:23 +02:00
committed by gensis01
parent 2c0fcd40b3
commit 68da74aa74

View File

@@ -512,4 +512,14 @@
<!-- Enable lockscreen rotation by default -->
<bool name="config_enableLockScreenRotation">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">0</integer>
<!-- Flag indicating device support for EAP SIM, AKA, AKA' -->
<bool name="config_eap_sim_based_auth_supported">false</bool>
</resources>