Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b08a6ac authored by Joseph Vincent's avatar Joseph Vincent Committed by Android (Google) Code Review
Browse files

Merge "Use separate Settings entry to hide Private space entry point in All Apps" into main

parents e2377b5b b7b3f224
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -12066,6 +12066,13 @@ public final class Settings {
         */
        public static final String DND_CONFIGS_MIGRATED = "dnd_settings_migrated";
        /**
         * Controls whether to hide private space entry point in All Apps
         *
         * @hide
         */
        public static final String HIDE_PRIVATESPACE_ENTRY_POINT = "hide_privatespace_entry_point";
        /**
         * These entries are considered common between the personal and the managed profile,
         * since the managed profile doesn't get to change them.
+1 −0
Original line number Diff line number Diff line
@@ -904,6 +904,7 @@ public class SettingsBackupTest {
                        Settings.Secure.EXTRA_AUTOMATIC_POWER_SAVE_MODE,
                        Settings.Secure.GAME_DASHBOARD_ALWAYS_ON,
                        Settings.Secure.HDMI_CEC_SET_MENU_LANGUAGE_DENYLIST,
                        Settings.Secure.HIDE_PRIVATESPACE_ENTRY_POINT,
                        Settings.Secure.LAUNCHER_TASKBAR_EDUCATION_SHOWING,
                        Settings.Secure.LOCATION_COARSE_ACCURACY_M,
                        Settings.Secure.LOCATION_SHOW_SYSTEM_OPS,