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

Commit b533e85d authored by TYM Tsai's avatar TYM Tsai
Browse files

Add flag to control whether wait application is killed

Bug: 31009094
Test: build pass
Change-Id: Ib70a73465a65a183a436f5606bef89adb702a06a
parent a2fc5a63
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -241,6 +241,14 @@ flag {
    is_fixed_read_only: true
}

flag {
    name: "wait_application_killed"
    namespace: "package_manager_service"
    description: "Feature flag to control whether to wait until the application is killed when clear application data"
    bug: "31009094"
    is_fixed_read_only: true
}

flag {
    name: "component_state_changed_metrics"
    namespace: "package_manager_service"