Loading core/java/android/content/pm/flags.aconfig +0 −8 Original line number Diff line number Diff line Loading @@ -142,14 +142,6 @@ flag { is_fixed_read_only: true } flag { name: "improve_home_app_behavior" namespace: "package_manager_service" description: "Feature flag to improve the uninstallation and preferred activity of home app." bug: "310801107" is_fixed_read_only: true } flag { name: "introduce_media_processing_type" is_exported: true Loading services/core/java/com/android/server/pm/ComputerEngine.java +1 −1 Original line number Diff line number Diff line Loading @@ -3442,7 +3442,7 @@ public class ComputerEngine implements Computer { } else { final boolean isHomeActivity = ACTION_MAIN.equals(intent.getAction()) && intent.hasCategory(CATEGORY_HOME); if (!Flags.improveHomeAppBehavior() || !isHomeActivity) { if (!isHomeActivity) { // Don't reset the preferred activity just for the home intent, we // should respect the default home app even though there any new // home activity is enabled. Loading Loading
core/java/android/content/pm/flags.aconfig +0 −8 Original line number Diff line number Diff line Loading @@ -142,14 +142,6 @@ flag { is_fixed_read_only: true } flag { name: "improve_home_app_behavior" namespace: "package_manager_service" description: "Feature flag to improve the uninstallation and preferred activity of home app." bug: "310801107" is_fixed_read_only: true } flag { name: "introduce_media_processing_type" is_exported: true Loading
services/core/java/com/android/server/pm/ComputerEngine.java +1 −1 Original line number Diff line number Diff line Loading @@ -3442,7 +3442,7 @@ public class ComputerEngine implements Computer { } else { final boolean isHomeActivity = ACTION_MAIN.equals(intent.getAction()) && intent.hasCategory(CATEGORY_HOME); if (!Flags.improveHomeAppBehavior() || !isHomeActivity) { if (!isHomeActivity) { // Don't reset the preferred activity just for the home intent, we // should respect the default home app even though there any new // home activity is enabled. Loading