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

Commit 88b167af authored by Achim Thesmann's avatar Achim Thesmann
Browse files

Create RO flag for BAL strict mode

Create a read only flag to fix issues which lead to having to roll back
the strict mode feature implementation.
Background: strict mode (esp. the detectAll method) might be used during
startup, before the whole flag infrastructure is initialized.

Flag: com.android.window.flags.bal_strict_mode_ro
Bug: 324089586
Test: atest BackgroundActivityLaunchTest
Change-Id: I0100b0cd20592a2711026c6648eaec956ff4ca5c
parent 2f54a9ba
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ flag {
    bug: "339720406"
}

# replaced by bal_strict_mode_ro
flag {
    name: "bal_strict_mode"
    namespace: "responsible_apis"
@@ -78,6 +79,14 @@ flag {
    bug: "324089586"
}

flag {
    name: "bal_strict_mode_ro"
    namespace: "responsible_apis"
    description: "Strict mode flag"
    bug: "324089586"
    is_fixed_read_only: true
}

flag {
    name: "bal_reduce_grace_period"
    namespace: "responsible_apis"