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

Commit dc21a049 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Create a flag for rescue party flag resets" into main

parents 9f425078 067e0eb8
Loading
Loading
Loading
Loading
+19 −2
Original line number Diff line number Diff line
package: "android.crashrecovery.flags"
container: "system"

flag {
    name: "recoverability_detection"
    namespace: "package_watchdog"
    namespace: "package_manager_service"
    description: "Feature flag for recoverability detection"
    bug: "310236690"
    is_fixed_read_only: true
}

flag {
    name: "enable_crashrecovery"
    is_exported: true
    namespace: "crashrecovery"
    description: "Enables various dependencies of crashrecovery module"
    bug: "289203818"
}

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