Add background data off conditional

Change-Id: If51fdaecc880560c4a0cd8d320b06804cfe98388
This commit is contained in:
Jason Monk
2015-12-16 12:58:39 -05:00
parent 70ecea2207
commit c685853bb8
4 changed files with 83 additions and 0 deletions

View File

@@ -6723,4 +6723,10 @@
<!-- Summary of condition that cellular data is off [CHAR LIMIT=NONE] -->
<string name="condition_cellular_summary">Internet is available only via Wi-Fi</string>
<!-- Title of condition that background data is off [CHAR LIMIT=30] -->
<string name="condition_bg_data_title">Background data is off</string>
<!-- Summary of condition that background data is off [CHAR LIMIT=NONE] -->
<string name="condition_bg_data_summary">Background data is only available via Wi-Fi. This may affect some apps or services when Wi-Fi is not available.</string>
</resources>