Loading core/java/android/provider/Settings.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 = Loading services/core/java/com/android/server/pm/LauncherAppsService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
core/java/android/provider/Settings.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 = Loading
services/core/java/com/android/server/pm/LauncherAppsService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading