Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f6d1d6f authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

Merge branch '1243-u-FP4_euicc_overlay' into 'v1-u'

FP4: overlay: Correct config_telephonyEuiccDeviceCapabilities resource type

See merge request !71
parents 8100b01f 5918036f
Loading
Loading
Loading
Loading
Loading
+13 −2
Original line number Diff line number Diff line
@@ -817,6 +817,11 @@
        <item>0:2:15</item>  <!-- ID0:Fingerprint:Strong -->
    </string-array>


    <!-- List of comma separated package names for which we the system will not show crash, ANR,
         etc. dialogs. -->
    <string name="config_appsNotReportingCrashes" translatable="false">com.google.android.euicc</string>

    <!-- An array of device capabilities defined by GSMA SGP.22 v2.0.
         The first item is the capability name that the device supports. The second item is the
         major version. The minor and revision versions are default to 0s.
@@ -829,12 +834,18 @@
             eutran : eutranSupportedRelease
             nfc : contactlessSupportedRelease
             crl : rspCrlSupportedVersion
             nrepc : nrEpcSupportedRelease
             nr5gc : nr5gcSupportedRelease
             eutran5gc : eutran5gcSupportedRelease
    -->
    <array name="config_telephonyEuiccDeviceCapabilities">
    <string-array name="config_telephonyEuiccDeviceCapabilities" translatable="false">
        <item>gsm,9</item>
        <item>utran,10</item>
        <item>eutran,15</item>
    </array>
        <item>nrepc,15</item>
        <item>nr5gc,15</item>
        <item>eutran5gc,15</item>
    </string-array>

   <!-- set to false if we need to show user confirmation
        when alpha identifier is not provided by the UICC -->