summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/provider/Settings.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 7002a380f1d8..533924fe585c 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -10230,6 +10230,13 @@ public final class Settings {
public static final String COMMUNAL_MODE_ENABLED = "communal_mode_enabled";
/**
+ * An array of all the packages which have been enabled for hub mode by the user.
+ *
+ * @hide
+ */
+ public static final String COMMUNAL_MODE_PACKAGES = "communal_mode_packages";
+
+ /**
* These entries are considered common between the personal and the managed profile,
* since the managed profile doesn't get to change them.
*/