overlay: wifionly: 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 Sebastiano Barezzi
parent 669d9569f3
commit 1baa8ff8a6

View File

@@ -41,6 +41,16 @@
This can be overridden to false for devices that support voice and/or sms . -->
<bool name="config_mobile_data_capable">false</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>
<!-- This string array should be overridden by the device to present a list of network
attributes. This is used by the connectivity manager to decide which networks can coexist
based on the hardware -->