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

Commit 77c45c2b authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Introduce flag for improving stopped state enforcement

package "android.content.pm"
namespace "backstage_power"
flag name "stay_stopped"

Bug: 296644915
Test: N/A
Change-Id: Ie21e98d620844a9aef097bd882136afbad981844
parent d058fd16
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -13,3 +13,10 @@ flag {
    description: "Feature flag to enable the archiving feature."
    bug: "278553670"
}

flag {
    name: "stay_stopped"
    namespace: "backstage_power"
    description: "Feature flag to improve stopped state enforcement"
    bug: "296644915"
}