summaryrefslogtreecommitdiff
path: root/packages/CrashRecovery/aconfig/flags.aconfig
blob: c6c49e01c850476a7fb788ca73c9d5c83e580894 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
package: "android.crashrecovery.flags"
container: "system"

flag {
    name: "recoverability_detection"
    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: "modularization"
    description: "Enables various dependencies of crashrecovery module"
    bug: "289203818"
}

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

flag {
    name: "deprecate_flags_and_settings_resets"
    namespace: "modularization"
    description: "Deletes flag and settings resets"
    bug: "333847376"
}

flag {
    name: "refactor_crashrecovery"
    namespace: "modularization"
    description: "Refactor required CrashRecovery code"
    bug: "289203818"
    is_fixed_read_only: true
}

flag {
    name: "synchronous_reboot_in_rescue_party"
    namespace: "modularization"
    description: "Makes reboot and factory reset synchronous in RescueParty"
    bug: "328203835"
}