summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Benichi <hugobenichi@google.com>2016-09-15 17:07:34 +0900
committergitbuildkicker <android-build@google.com>2016-09-16 15:24:42 -0700
commitfaaf4dd261cfff33793ce1c68e6730cc1a6e5580 (patch)
tree402503ad303b089d115d5b52fb4002cebcd05cca
parent5ac833601cc374360c8ab41838f63c4eae54e24d (diff)
downloadbase-faaf4dd261cfff33793ce1c68e6730cc1a6e5580.tar.gz
Disable network switching toasts on Verizon.
Bug: 31025214 Bug: 31075769 Change-Id: I08fb351b713734f29b9c2caf69dfba2e1d73ca05 (cherry picked from commit 8041e897de1e95caec449353c9f2dca54a5f92fd)
-rwxr-xr-xcore/res/res/values-mcc311-mnc480/config.xml7
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>