dre: overlay: Declare eUICC device capabilities
From framework_res_overlay.network.fussi.2083C. Change-Id: Ia0a23bbacd4d5e89fac4f784719a52f60d5ceeb5
This commit is contained in:
parent
83c6461ee7
commit
7ddea65881
1 changed files with 26 additions and 0 deletions
|
@ -110,4 +110,30 @@
|
||||||
<!-- Whether the new Auto Selection Network UI should be shown -->
|
<!-- Whether the new Auto Selection Network UI should be shown -->
|
||||||
<bool name="config_enableNewAutoSelectNetworkUI">true</bool>
|
<bool name="config_enableNewAutoSelectNetworkUI">true</bool>
|
||||||
|
|
||||||
|
<!-- 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.
|
||||||
|
The device capabilities and their definition in the spec are:
|
||||||
|
gsm : gsmSupportedRelease
|
||||||
|
utran : utranSupportedRelease
|
||||||
|
cdma1x : cdma2000onexSupportedRelease
|
||||||
|
hrpd : cdma2000hrpdSupportedRelease
|
||||||
|
ehrpd : cdma2000ehrpdSupportedRelease
|
||||||
|
eutran : eutranSupportedRelease
|
||||||
|
nfc : contactlessSupportedRelease
|
||||||
|
crl : rspCrlSupportedVersion
|
||||||
|
nrepc : nrEpcSupportedRelease
|
||||||
|
nr5gc : nr5gcSupportedRelease
|
||||||
|
eutran5gc : eutran5gcSupportedRelease
|
||||||
|
-->
|
||||||
|
<string-array name="config_telephonyEuiccDeviceCapabilities">
|
||||||
|
<item>gsm,11</item>
|
||||||
|
<item>utran,11</item>
|
||||||
|
<item>cdma1x,1</item>
|
||||||
|
<item>hrpd,3</item>
|
||||||
|
<item>ehrpd,12</item>
|
||||||
|
<item>eutran,11</item>
|
||||||
|
<item>nfc,1</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue