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

Commit 7cf71fe6 authored by Michal Karpinski's avatar Michal Karpinski Committed by Android (Google) Code Review
Browse files

Merge "Enable the limit app icon hiding feature"

parents 8dac427f 217d5977
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11618,7 +11618,7 @@ public final class Settings {
        /**
         * Whether or not show hidden launcher icon apps feature is enabled.
         * Type: int (0 for false, 1 for true)
         * Default: 0
         * Default: 1
         * @hide
         */
        public static final String SHOW_HIDDEN_LAUNCHER_ICON_APPS_ENABLED =
+1 −1
Original line number Diff line number Diff line
@@ -310,7 +310,7 @@ public class LauncherAppsService extends SystemService {
                            .setPackage(packageName),
                    user);
            if (Settings.Global.getInt(mContext.getContentResolver(),
                    Settings.Global.SHOW_HIDDEN_LAUNCHER_ICON_APPS_ENABLED, 0) == 0) {
                    Settings.Global.SHOW_HIDDEN_LAUNCHER_ICON_APPS_ENABLED, 1) == 0) {
                return launcherActivities;
            }