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

Commit 95846ddd authored by Jiuyu Sun's avatar Jiuyu Sun Committed by Android (Google) Code Review
Browse files

Merge "Add device capabilities."

parents 93891ea8 a147486a
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -2518,6 +2518,32 @@
         in the display pipeline plus some slack just to be sure. -->
    <integer name="config_drawLockTimeoutMillis">120</integer>

    <!-- 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
    -->
    <string-array translatable="false" name="config_telephonyEuiccDeviceCapabilities">
        <!-- Example:
        <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>
        <item>"crl,1"</item>
        -->
    </string-array>

    <!-- default telephony hardware configuration for this platform.
    -->
    <!-- this string array should be overridden by the device to present a list
+1 −0
Original line number Diff line number Diff line
@@ -1222,6 +1222,7 @@
  <java-symbol type="array" name="config_disabledUntilUsedPreinstalledCarrierApps" />
  <java-symbol type="array" name="config_callBarringMMI" />
  <java-symbol type="array" name="config_globalActionsList" />
  <java-symbol type="array" name="config_telephonyEuiccDeviceCapabilities" />
  <java-symbol type="array" name="config_telephonyHardware" />
  <java-symbol type="array" name="config_keySystemUuidMapping" />
  <java-symbol type="array" name="config_gpsParameters" />