diff --git a/core/java/android/app/admin/DevicePolicyResources.java b/core/java/android/app/admin/DevicePolicyResources.java index f4dc6ba5e2ded..0512c7511ec61 100644 --- a/core/java/android/app/admin/DevicePolicyResources.java +++ b/core/java/android/app/admin/DevicePolicyResources.java @@ -242,6 +242,12 @@ public final class DevicePolicyResources { public static final String ACCESSIBILITY_CATEGORY_PERSONAL = PREFIX + "ACCESSIBILITY_CATEGORY_PERSONAL"; + /** + * Content description for clone profile accounts group + */ + public static final String ACCESSIBILITY_CATEGORY_CLONE = + PREFIX + "ACCESSIBILITY_CATEGORY_CLONE"; + /** * Content description for work profile details page title */ @@ -1171,6 +1177,13 @@ public final class DevicePolicyResources { public static final String PERSONAL_CATEGORY_HEADER = PREFIX + "PERSONAL_CATEGORY_HEADER"; + /** + * Header for items under the clone user + */ + public static final String CLONE_CATEGORY_HEADER = + PREFIX + "CLONE_CATEGORY_HEADER"; + + /** * Text to indicate work notification content will be shown on the lockscreen. */ diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml index 4e7579277aee9..d3203020c3633 100644 --- a/packages/SettingsLib/res/values/strings.xml +++ b/packages/SettingsLib/res/values/strings.xml @@ -516,6 +516,9 @@ Personal Work + + Clone +