Loading core/java/android/provider/Settings.java +8 −0 Original line number Diff line number Diff line Loading @@ -7966,6 +7966,14 @@ public final class Settings { public static final String MANAGED_PROFILE_CONTACT_REMOTE_SEARCH = "managed_profile_contact_remote_search"; /** * Whether parent profile can access remote calendar data in managed profile. * * @hide */ public static final String CROSS_PROFILE_CALENDAR_ENABLED = "cross_profile_calendar_enabled"; /** * Whether or not the automatic storage manager is enabled and should run on the device. * Loading core/tests/coretests/src/android/provider/SettingsBackupTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -662,7 +662,8 @@ public class SettingsBackupTest { Settings.Secure.SUPPRESS_AUTO_BATTERY_SAVER_SUGGESTION, Settings.Secure.PACKAGES_TO_CLEAR_DATA_BEFORE_FULL_RESTORE, Settings.Secure.FLASHLIGHT_AVAILABLE, Settings.Secure.FLASHLIGHT_ENABLED); Settings.Secure.FLASHLIGHT_ENABLED, Settings.Secure.CROSS_PROFILE_CALENDAR_ENABLED); @Test public void systemSettingsBackedUpOrBlacklisted() { Loading Loading
core/java/android/provider/Settings.java +8 −0 Original line number Diff line number Diff line Loading @@ -7966,6 +7966,14 @@ public final class Settings { public static final String MANAGED_PROFILE_CONTACT_REMOTE_SEARCH = "managed_profile_contact_remote_search"; /** * Whether parent profile can access remote calendar data in managed profile. * * @hide */ public static final String CROSS_PROFILE_CALENDAR_ENABLED = "cross_profile_calendar_enabled"; /** * Whether or not the automatic storage manager is enabled and should run on the device. * Loading
core/tests/coretests/src/android/provider/SettingsBackupTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -662,7 +662,8 @@ public class SettingsBackupTest { Settings.Secure.SUPPRESS_AUTO_BATTERY_SAVER_SUGGESTION, Settings.Secure.PACKAGES_TO_CLEAR_DATA_BEFORE_FULL_RESTORE, Settings.Secure.FLASHLIGHT_AVAILABLE, Settings.Secure.FLASHLIGHT_ENABLED); Settings.Secure.FLASHLIGHT_ENABLED, Settings.Secure.CROSS_PROFILE_CALENDAR_ENABLED); @Test public void systemSettingsBackedUpOrBlacklisted() { Loading