Merge "Show all apps that requested cross profile permission" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7fb6f35c3a
@@ -8537,6 +8537,12 @@
|
||||
When a user connects select work and personal apps, they can access work and personal data together. [CHAR LIMIT=50] -->
|
||||
<string name="interact_across_profiles_title">Connected work & personal apps</string>
|
||||
|
||||
<!-- Settings subtext. This text is shown when the work and personal apps are connected. [CHAR LIMIT=45] -->
|
||||
<string name="interact_across_profiles_summary_allowed">Connected</string>
|
||||
|
||||
<!-- Settings subtext. This text is shown when the work and personal apps are not connected. [CHAR LIMIT=45] -->
|
||||
<string name="interact_across_profiles_summary_not_allowed">Not connected</string>
|
||||
|
||||
<!-- Settings subtext. This text is shown when a user doesn't have any connected apps. [CHAR LIMIT=NONE] -->
|
||||
<string name="interact_across_profiles_empty_text">No connected apps</string>
|
||||
|
||||
@@ -8603,27 +8609,18 @@
|
||||
|
||||
<!-- Banner title. This banner lets a user know that they need to install an app in their
|
||||
work profile in order to connect it to the corresponding personal app.
|
||||
The placeholder would be the app name (e.g. Calendar). [CHAR LIMIT=50]-->
|
||||
<string name="interact_across_profiles_install_work_app_title">Install <xliff:g id="name" example="Calendar">%1$s</xliff:g> in your work profile</string>
|
||||
|
||||
<!-- Banner text. This banner lets a user know that they need to install an app in their
|
||||
work profile in order to connect it to the corresponding personal app.
|
||||
The placeholder would be the app name (e.g. Calendar). [CHAR LIMIT=NONE]-->
|
||||
<string name="interact_across_profiles_install_work_app_summary">To connect these apps, install the <xliff:g id="name" example="Calendar">%1$s</xliff:g> app in your work profile</string>
|
||||
<string name="interact_across_profiles_install_work_app_title">Install work <xliff:g id="name" example="Calendar">%1$s</xliff:g> to connect these apps</string>
|
||||
|
||||
<!-- Banner title. This banner lets a user know that they need to install an app in their
|
||||
personal profile in order to connect it to the corresponding work app.
|
||||
The placeholder would be the app name (e.g. Calendar). [CHAR LIMIT=50]-->
|
||||
<string name="interact_across_profiles_install_personal_app_title">Install <xliff:g id="name" example="Calendar">%1$s</xliff:g> in your personal profile</string>
|
||||
The placeholder would be the app name (e.g. Calendar). [CHAR LIMIT=NONE]-->
|
||||
<string name="interact_across_profiles_install_personal_app_title">Install personal <xliff:g id="name" example="Calendar">%1$s</xliff:g> to connect these apps</string>
|
||||
|
||||
<!-- Banner text. This banner lets a user know that they need to install an app in their
|
||||
personal profile in order to connect it to the corresponding work app.
|
||||
work/personal profile in order to connect it to the corresponding personal app.
|
||||
The placeholder would be the app name (e.g. Calendar). [CHAR LIMIT=NONE]-->
|
||||
<string name="interact_across_profiles_install_personal_app_summary">To connect these apps, install the <xliff:g id="name" example="Calendar">%1$s</xliff:g> app in your personal profile</string>
|
||||
|
||||
<!-- Button text. This button takes a user to the app store so they can download and
|
||||
install the app they need. [CHAR LIMIT=50]-->
|
||||
<string name="interact_across_profiles_install_app_action">Get the app</string>
|
||||
<string name="interact_across_profiles_install_app_summary">Tap to get the app</string>
|
||||
|
||||
<!-- Sound & notification > Advanced section: Title for managing Do Not Disturb access option. [CHAR LIMIT=40] -->
|
||||
<string name="manage_zen_access_title">Do Not Disturb access</string>
|
||||
|
||||
Reference in New Issue
Block a user