diff options
| author | 2016-09-16 13:03:21 +0000 | |
|---|---|---|
| committer | 2016-09-16 13:03:21 +0000 | |
| commit | bce7e65b366892747583cb3d28e9dc98919bc62c (patch) | |
| tree | 0e60b27a1acad271690b1a101c71403f690d2dc4 | |
| parent | b5cc0b55e36d4849cf7d2a976c000dd5aa2aec00 (diff) | |
| parent | 8041e897de1e95caec449353c9f2dca54a5f92fd (diff) | |
Disable network switching toasts on Verizon.
am: 8041e897de
Change-Id: I561309ef9878d712ece49337ee835954869f8864
| -rwxr-xr-x | core/res/res/values-mcc311-mnc480/config.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/res/res/values-mcc311-mnc480/config.xml b/core/res/res/values-mcc311-mnc480/config.xml index 4e17e985a147..b1dd47b0c6a1 100755 --- a/core/res/res/values-mcc311-mnc480/config.xml +++ b/core/res/res/values-mcc311-mnc480/config.xml @@ -70,11 +70,4 @@ </string-array> <string translatable="false" name="prohibit_manual_network_selection_in_gobal_mode">true</string> - <!-- Network switching warnings use toasts. --> - <integer translatable="false" name="config_networkNotifySwitchType">2</integer> - <!-- Notify when switching from Wi-Fi to cellular data. --> - <string-array translatable="false" name="config_networkNotifySwitches"> - <item>WIFI-CELLULAR</item> - </string-array> - </resources> |