summaryrefslogtreecommitdiff
path: root/java/res
diff options
context:
space:
mode:
author Mark Renouf <mrenouf@google.com> 2024-05-06 18:02:25 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-05-06 18:02:25 +0000
commit2d4d3fe6fb73f5ee28f510fbfe1db2ac44c5d780 (patch)
tree29991edc3a18ebe4a8fd4ce98d2095d7b24f9063 /java/res
parent6f6dd11c347de406ec1877b3634e07acb20c2113 (diff)
parentb772a24d9e639b482bec668e41ee5e69baa28d9a (diff)
Merge "Private profile share policy delegates to parent profile" into main
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 17a514d7..32c61327 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -284,6 +284,12 @@
<!-- Error message. This message lets the user know that their IT admin doesn't allow them to open this specific content with an app in their personal profile. [CHAR LIMIT=NONE] -->
<string name="resolver_cant_access_personal_apps_explanation">This content can\u2019t be opened with personal apps</string>
+ <!-- Error message. This text is explaining that the user's IT admin doesn't allow this specific content to be shared with apps in the private profile. [CHAR LIMIT=NONE] -->
+ <string name="resolver_cant_share_with_private_apps_explanation">This content can\u2019t be shared with private apps</string>
+
+ <!-- Error message. This message lets the user know that their IT admin doesn't allow them to open this specific content with an app in their private profile. [CHAR LIMIT=NONE] -->
+ <string name="resolver_cant_access_private_apps_explanation">This content can\u2019t be opened with private apps</string>
+
<!-- Error message. This text lets the user know that they need to turn on work apps in order to share or open content. There's also a button a user can tap to turn on the apps. [CHAR LIMIT=NONE] -->
<string name="resolver_turn_on_work_apps">Work apps are paused</string>
<!-- Button text. This button unpauses a user's work apps and data. [CHAR LIMIT=NONE] -->