Sanal Buvaev | 4e02cf0 | 2024-01-26 17:10:50 +0000 | [diff] [blame] | 1 | package: "android.crashrecovery.flags" |
Harshit Mahajan | 067e0eb | 2024-04-23 12:40:42 +0000 | [diff] [blame] | 2 | container: "system" |
Sanal Buvaev | 4e02cf0 | 2024-01-26 17:10:50 +0000 | [diff] [blame] | 3 | |
| 4 | flag { |
| 5 | name: "recoverability_detection" |
Harshit Mahajan | 067e0eb | 2024-04-23 12:40:42 +0000 | [diff] [blame] | 6 | namespace: "package_manager_service" |
Sanal Buvaev | 4e02cf0 | 2024-01-26 17:10:50 +0000 | [diff] [blame] | 7 | description: "Feature flag for recoverability detection" |
| 8 | bug: "310236690" |
| 9 | is_fixed_read_only: true |
Harshit Mahajan | 067e0eb | 2024-04-23 12:40:42 +0000 | [diff] [blame] | 10 | } |
| 11 | |
| 12 | flag { |
| 13 | name: "enable_crashrecovery" |
| 14 | is_exported: true |
Alexei Nicoara | cb37113 | 2024-06-12 14:41:02 +0100 | [diff] [blame] | 15 | namespace: "modularization" |
Harshit Mahajan | 067e0eb | 2024-04-23 12:40:42 +0000 | [diff] [blame] | 16 | description: "Enables various dependencies of crashrecovery module" |
| 17 | bug: "289203818" |
| 18 | } |
| 19 | |
| 20 | flag { |
| 21 | name: "allow_rescue_party_flag_resets" |
Alexei Nicoara | cb37113 | 2024-06-12 14:41:02 +0100 | [diff] [blame] | 22 | namespace: "modularization" |
Harshit Mahajan | 067e0eb | 2024-04-23 12:40:42 +0000 | [diff] [blame] | 23 | description: "Enables rescue party flag resets" |
| 24 | bug: "287618292" |
| 25 | is_fixed_read_only: true |
| 26 | } |
Alexei Nicoara | cb37113 | 2024-06-12 14:41:02 +0100 | [diff] [blame] | 27 | |
| 28 | flag { |
| 29 | name: "reenable_settings_resets" |
| 30 | namespace: "modularization" |
| 31 | description: "Re-enables settings resets only, deletes flag resets" |
| 32 | bug: "333847376" |
| 33 | } |