Add cellular data off conditional
Change-Id: I34980f3fc09bf5dd47eb296c5b1c5fccc87b5c90
This commit is contained in:
@@ -6693,6 +6693,9 @@
|
||||
<!-- Turn off a conditional state of the device (e.g. airplane mode, or hotspot) [CHAR LIMIT=30] -->
|
||||
<string name="condition_turn_off">Turn off</string>
|
||||
|
||||
<!-- Turn on a conditional state of the device (e.g. cellular data) [CHAR LIMIT=30] -->
|
||||
<string name="condition_turn_on">Turn on</string>
|
||||
|
||||
<!-- Title of condition that hotspot is on [CHAR LIMIT=30] -->
|
||||
<string name="condition_hotspot_title">Hotspot is on</string>
|
||||
|
||||
@@ -6714,4 +6717,10 @@
|
||||
<!-- Summary of condition that battery saver is on [CHAR LIMIT=NONE] -->
|
||||
<string name="condition_battery_summary">Performance is reduced. Location services and background data are turned off.</string>
|
||||
|
||||
<!-- Title of condition that cellular data is off [CHAR LIMIT=30] -->
|
||||
<string name="condition_cellular_title">Cellular data is off</string>
|
||||
|
||||
<!-- Summary of condition that cellular data is off [CHAR LIMIT=NONE] -->
|
||||
<string name="condition_cellular_summary">Internet is available only via Wi-Fi</string>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user