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

Commit 45637a05 authored by Harshit Mahajan's avatar Harshit Mahajan
Browse files

Create a flag for rescue party flag resets

Bug: 287618292
Change-Id: Id06f6a076db8fbe9dc5d4d17170f819f8f472bd5
Test: TH
parent 52d345f5
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -16,3 +16,11 @@ flag {
    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
}