Ruslan Tkhakokhov | f361f21 | 2023-11-01 19:36:33 +0000 | [diff] [blame] | 1 | package: "com.android.server.backup" |
Yu Liu | c4a5c68 | 2024-04-02 04:06:48 +0000 | [diff] [blame] | 2 | container: "system" |
Ruslan Tkhakokhov | f361f21 | 2023-11-01 19:36:33 +0000 | [diff] [blame] | 3 | |
| 4 | flag { |
| 5 | name: "enable_skipping_restore_launched_apps" |
| 6 | namespace: "onboarding" |
| 7 | description: "Enforce behavior determined by BackupTransport implementation on whether to skip " |
| 8 | "restore for apps that have been launched." |
| 9 | bug: "308401499" |
| 10 | is_fixed_read_only: true |
Piyush Mehrotra | a10db39 | 2024-01-09 20:15:16 +0000 | [diff] [blame] | 11 | } |
| 12 | |
| 13 | flag { |
beatricemarch | 8817a6a | 2023-12-11 11:35:38 +0000 | [diff] [blame] | 14 | name: "enable_metrics_system_backup_agents" |
beatricemarch | 463cd9e | 2024-01-25 09:50:41 +0000 | [diff] [blame] | 15 | namespace: "onboarding" |
beatricemarch | 8817a6a | 2023-12-11 11:35:38 +0000 | [diff] [blame] | 16 | description: "Enable SystemBackupAgent to collect B&R agent metrics by passing an instance of " |
| 17 | "the logger to each BackupHelper." |
| 18 | bug: "296844513" |
| 19 | is_fixed_read_only: true |
| 20 | } |
| 21 | |
| 22 | flag { |
Piyush Mehrotra | a10db39 | 2024-01-09 20:15:16 +0000 | [diff] [blame] | 23 | name: "enable_max_size_writes_to_pipes" |
| 24 | namespace: "onboarding" |
| 25 | description: "Enables the write buffer to pipes to be of maximum size." |
| 26 | bug: "265976737" |
| 27 | is_fixed_read_only: true |
Sarp Misoglu | d13c86c | 2024-01-25 18:43:57 +0000 | [diff] [blame] | 28 | } |
| 29 | |
| 30 | flag { |
| 31 | name: "enable_clear_pipe_after_restore_file" |
| 32 | namespace: "onboarding" |
| 33 | description: "Enables clearing the pipe buffer after restoring a single file to a BackupAgent." |
| 34 | bug: "320633449" |
| 35 | is_fixed_read_only: true |
beatricemarch | 821a48f | 2024-01-31 10:59:13 +0000 | [diff] [blame] | 36 | } |
| 37 | |
| 38 | flag { |
beatricemarch | 3f2eaed | 2024-02-01 14:08:47 +0000 | [diff] [blame] | 39 | name: "enable_v_to_u_restore_for_system_components_in_allowlist" |
| 40 | namespace: "onboarding" |
| 41 | description: "Enables system components to opt in to support restore in V to U downgrade " |
| 42 | "scenario without opting in for restoreAnyVersion." |
| 43 | bug: "324233962" |
| 44 | is_fixed_read_only: true |
| 45 | } |
| 46 | |
| 47 | flag { |
beatricemarch | 821a48f | 2024-01-31 10:59:13 +0000 | [diff] [blame] | 48 | name: "enable_increase_datatypes_for_agent_logging" |
| 49 | namespace: "onboarding" |
| 50 | description: "Increase the number of a supported datatypes that an agent can define for its " |
| 51 | "logger." |
| 52 | bug: "296844513" |
| 53 | is_fixed_read_only: true |
Piyush Mehrotra | f11e886 | 2024-03-28 12:04:24 +0000 | [diff] [blame] | 54 | } |
| 55 | |
| 56 | flag { |
| 57 | name: "enable_increased_bmm_logging_for_restore_at_install" |
| 58 | namespace: "onboarding" |
| 59 | description: "Increase BMM logging coverage in restore at install flow." |
| 60 | bug: "331749778" |
| 61 | is_fixed_read_only: true |
Yu Liu | c4a5c68 | 2024-04-02 04:06:48 +0000 | [diff] [blame] | 62 | } |
Sarp Misoglu | dca4464 | 2024-10-31 17:07:34 +0000 | [diff] [blame] | 63 | |
| 64 | flag { |
| 65 | name: "enable_restricted_mode_changes" |
| 66 | namespace: "onboarding" |
| 67 | description: "Enables the new framework behavior of not putting apps in restricted mode for " |
| 68 | "B&R operations in certain cases." |
| 69 | bug: "376661510" |
| 70 | is_fixed_read_only: true |
MÃ¥rten Kongstad | 4352680 | 2024-11-28 07:58:20 +0000 | [diff] [blame] | 71 | is_exported: true |
Sarp Misoglu | dca4464 | 2024-10-31 17:07:34 +0000 | [diff] [blame] | 72 | } |
XingHaiLu | b1868f7 | 2024-11-21 20:06:49 +0800 | [diff] [blame] | 73 | |
| 74 | flag { |
| 75 | name: "enable_read_all_external_storage_files" |
| 76 | is_exported: true |
| 77 | namespace: "onboarding" |
| 78 | description: "Enables read all external storage files" |
| 79 | bug: "376598575" |
Daniel Perez | 01a0ef4 | 2024-11-27 10:51:32 +0000 | [diff] [blame] | 80 | } |
| 81 | flag { |
| 82 | name: "enable_metrics_settings_backup_agents" |
| 83 | namespace: "onboarding" |
| 84 | description: "Enable SettingsBackupAgent to collect B&R agent metrics." |
| 85 | bug: "379861078" |
| 86 | is_fixed_read_only: true |
| 87 | } |