diff options
| -rw-r--r-- | core/java/android/provider/Settings.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 7a031e33e542..635aa4e2e72a 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -10221,6 +10221,13 @@ public final class Settings { "device_state_rotation_lock"; /** + * Control whether communal mode is allowed on this device. + * + * @hide + */ + public static final String COMMUNAL_MODE_ENABLED = "communal_mode_enabled"; + + /** * These entries are considered common between the personal and the managed profile, * since the managed profile doesn't get to change them. */ |