Loading overlay/frameworks/base/core/res/res/values/config.xml +6 −0 Original line number Diff line number Diff line Loading @@ -227,6 +227,12 @@ <!-- The restoring is handled by modem if it is true --> <bool translatable="false" name="skip_restoring_network_selection">true</bool> <!-- The RadioAccessFamilies supported by the device. Empty is viewed as "all". Only used on devices which don't support RIL_REQUEST_GET_RADIO_CAPABILITY format is UMTS|LTE|... --> <string translatable="false" name="config_radio_access_family">GSM|WCDMA</string> <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. --> <bool name="config_cellBroadcastAppLinks">true</bool> Loading Loading
overlay/frameworks/base/core/res/res/values/config.xml +6 −0 Original line number Diff line number Diff line Loading @@ -227,6 +227,12 @@ <!-- The restoring is handled by modem if it is true --> <bool translatable="false" name="skip_restoring_network_selection">true</bool> <!-- The RadioAccessFamilies supported by the device. Empty is viewed as "all". Only used on devices which don't support RIL_REQUEST_GET_RADIO_CAPABILITY format is UMTS|LTE|... --> <string translatable="false" name="config_radio_access_family">GSM|WCDMA</string> <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. --> <bool name="config_cellBroadcastAppLinks">true</bool> Loading