Merge "Add more string for device muted condition" into pi-dev

am: 2bc477959c

Change-Id: I0d58d639444733484818a557f2c35e4955c75beb
This commit is contained in:
Fan Zhang
2018-03-27 00:52:06 +00:00
committed by android-build-merger

View File

@@ -8843,6 +8843,9 @@
<!-- Summary of condition that work mode is off [CHAR LIMIT=NONE] --> <!-- Summary of condition that work mode is off [CHAR LIMIT=NONE] -->
<string name="condition_work_summary">Apps, background sync, and other features related to your work profile are turned off.</string> <string name="condition_work_summary">Apps, background sync, and other features related to your work profile are turned off.</string>
<!-- Action label on device muted card - clicking action will turn on ringtone sound [CHAR LIMIT=50] -->
<string name="condition_device_muted_action_turn_on_sound">Turn on sound</string>
<!-- Title of condition that indicates device is muted [CHAR LIMIT=50] --> <!-- Title of condition that indicates device is muted [CHAR LIMIT=50] -->
<string name="condition_device_muted_title" product="tablet">Device is muted</string> <string name="condition_device_muted_title" product="tablet">Device is muted</string>