Merge "Add "Your work policy info" entry in Privacy settings" into qt-dev

This commit is contained in:
Ivan Podogov
2019-06-17 12:39:10 +00:00
committed by Android (Google) Code Review
9 changed files with 392 additions and 15 deletions

View File

@@ -414,4 +414,7 @@
<!-- List containing the injected tile keys which are suppressed. -->
<string-array name="config_suppress_injected_tile_keys" translatable="false"/>
<!-- "Show work policy info" intent action. TODO(b/134391103): Replace with final SystemAPI intent when it's available. -->
<string name="config_work_policy_info_intent_action" translatable="false"/>
</resources>

View File

@@ -11314,4 +11314,10 @@
<!-- Title for enable MMS notification channel. [CHAR LIMIT=40] -->
<string name="dual_cdma_sim_warning_notification_channel_title">SIM combination</string>
<!-- Title of setting on privacy settings screen that will show work policy info. [CHAR LIMIT=NONE] -->
<string name="work_policy_privacy_settings">Your work policy info</string>
<!-- Summary for Enterprise Privacy settings, explaining what the user can expect to find under it [CHAR LIMIT=NONE]-->
<string name="work_policy_privacy_settings_summary">Settings managed by your IT admin</string>
</resources>