Merge "Add new Secure setting for communal mode."

This commit is contained in:
Lucas Silva
2021-09-23 15:10:06 +00:00
committed by Android (Google) Code Review

View File

@@ -10261,6 +10261,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.