Loading overlay/FrameworksResTarget/res/values/config.xml +25 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,31 @@ on the headphone/microphone jack. When false use the older uevent framework. --> <bool name="config_useDevInputEventForAudioJack">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 translatable="false" name="config_telephonyEuiccDeviceCapabilities"> <item>gsm,9</item> <item>utran,10</item> <item>eutran,15</item> <item>nrepc,15</item> <item>nr5gc,15</item> <item>eutran5gc,15</item> </string-array> <!-- Telephony qualified networks service package name to bind to by default. --> <string name="config_qualified_networks_service_package" translatable="false">vendor.qti.iwlan</string> Loading Loading
overlay/FrameworksResTarget/res/values/config.xml +25 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,31 @@ on the headphone/microphone jack. When false use the older uevent framework. --> <bool name="config_useDevInputEventForAudioJack">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 translatable="false" name="config_telephonyEuiccDeviceCapabilities"> <item>gsm,9</item> <item>utran,10</item> <item>eutran,15</item> <item>nrepc,15</item> <item>nr5gc,15</item> <item>eutran5gc,15</item> </string-array> <!-- Telephony qualified networks service package name to bind to by default. --> <string name="config_qualified_networks_service_package" translatable="false">vendor.qti.iwlan</string> Loading