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

Bug: 31025214
Change-Id: Id7ebb878521efb26995bce9ecdf84f87e0074209
This commit is contained in:
Lorenzo Colitti
2016-08-24 18:39:57 +09:00
parent 5526f9c78c
commit efe0839876

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>