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

Commit d6c0959f authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Flag removal: improve_home_app_behavior" into main

parents 46dc3e26 35504c04
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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.