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

am: 88d4d15d52

Change-Id: I0d4a6826adaa2e7a17a152d5240b5331c38820d0
This commit is contained in:
Lorenzo Colitti
2016-08-25 23:20:48 +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>