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

Commit a4a495bc authored by lpeter's avatar lpeter
Browse files

Add a feature flag for home application improvements

Improvements:
1.Allow uninstallation of current home app if it is a non-system
app and/or there are other candidate apps available
2.Prevent clearing of launcher role intents even when candidate
list changes

Bug: 310801107
Test: presubmit
Change-Id: I1983ff4ae3494e4b6a5dd0322ea5a1eb1911a3ec
parent cbbe9780
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -123,3 +123,11 @@ flag {
    bug: "306329516"
    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
}