summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Benichi <hugobenichi@google.com>2016-09-15 17:07:34 +0900
committergitbuildkicker <android-build@google.com>2016-10-12 19:42:05 -0700
commit41100933173b09e54610cc3b21239c7cd01c007f (patch)
tree6be7e93d4866f89698bc09e42f44ee5dfac8daf3
parent18fce9aac4dc5ef3c9392f6b247e0a8814612d60 (diff)
downloadbase-41100933173b09e54610cc3b21239c7cd01c007f.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>