Added work mode in Settings->Accounts

Added work mode switch preference to enable work mode from within
settings. Already implemented in quick setting tiles.

Bug: 26533692
Change-Id: I16e530e2055f92a44bb2c00a2e124813e5e824f0
This commit is contained in:
Mahaver Chopra
2016-01-13 12:33:23 +00:00
parent 28abc772a1
commit 536b818133
2 changed files with 57 additions and 4 deletions

View File

@@ -4618,6 +4618,10 @@
<string name="add_account_label">Add account</string>
<!-- Label for the state of the work profile [CHAR LIMIT=80] -->
<string name="managed_profile_not_available_label">Work profile isn\u2019t available yet</string>
<!-- Account Settings. The preference title for enabling work mode -->
<string name="work_mode_label">Work mode</string>
<!-- Account Settings. The preference summary for enabling work mode -->
<string name="work_mode_summary">Allow work profile to function, including apps, background sync, and related features</string>
<!-- Button label to remove the work profile [CHAR LIMIT=35] -->
<string name="remove_managed_profile_label">Remove work profile</string>
<!-- Data synchronization settings screen, title of setting that controls whether background data should be used [CHAR LIMIT=30] -->