mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user