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

Commit 1f0f9dee authored by Alexei Nicoara's avatar Alexei Nicoara Committed by Automerger Merge Worker
Browse files

Merge "Add flag for removing flag resets in RP" into main am: d6aaa36d am: cf930823

parents 7fdd622a cf930823
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -12,15 +12,22 @@ flag {
flag {
    name: "enable_crashrecovery"
    is_exported: true
    namespace: "crashrecovery"
    namespace: "modularization"
    description: "Enables various dependencies of crashrecovery module"
    bug: "289203818"
}

flag {
    name: "allow_rescue_party_flag_resets"
    namespace: "crashrecovery"
    namespace: "modularization"
    description: "Enables rescue party flag resets"
    bug: "287618292"
    is_fixed_read_only: true
}

flag {
    name: "reenable_settings_resets"
    namespace: "modularization"
    description: "Re-enables settings resets only, deletes flag resets"
    bug: "333847376"
}