Show a toast when switching from wifi to Verizon cell data.

am: efe0839876

Change-Id: Iaacca358e70216f18a2f1ee98e717b301e918881
This commit is contained in:
Lorenzo Colitti
2016-08-25 22:53:31 +00:00
committed by android-build-merger

View File

@@ -69,4 +69,12 @@
<item>true</item>
</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>