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

Commit d6aaa36d authored by Alexei Nicoara's avatar Alexei Nicoara Committed by Gerrit Code Review
Browse files

Merge "Add flag for removing flag resets in RP" into main

parents 6665b8b7 cb37113f
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"
}