update enterprise strings on ACTION_DEVICE_POLICY_RESOURCE_UPDATED

Also updated work folder name provider to retrieve it from dpm

Bug: 218322904
Test: manual
Change-Id: Id80a9e90806f3a07f132b5cc1e9871bb35df42b0
This commit is contained in:
kholoud mohamed
2022-04-28 15:55:40 +01:00
parent 062d96721c
commit d5a4d60483
5 changed files with 72 additions and 8 deletions

View File

@@ -34,6 +34,11 @@ public class StringCache {
private static final String PREFIX = "Launcher.";
/**
* Work folder name.
*/
public static final String WORK_FOLDER_NAME = PREFIX + "WORK_FOLDER_NAME";
/**
* User on-boarding title for work profile apps.
*/
@@ -90,11 +95,6 @@ public class StringCache {
private static final String ALL_APPS_PERSONAL_TAB_ACCESSIBILITY =
PREFIX + "ALL_APPS_PERSONAL_TAB_ACCESSIBILITY";
/**
* Work folder name.
*/
private static final String WORK_FOLDER_NAME = PREFIX + "WORK_FOLDER_NAME";
/**
* Label on widget tab to indicate work app widgets.
*/