Ruslan Tkhakokhov | f361f21 | 2023-11-01 19:36:33 +0000 | [diff] [blame] | 1 | package: "com.android.server.backup" |
| 2 | |
| 3 | flag { |
| 4 | name: "enable_skipping_restore_launched_apps" |
| 5 | namespace: "onboarding" |
| 6 | description: "Enforce behavior determined by BackupTransport implementation on whether to skip " |
| 7 | "restore for apps that have been launched." |
| 8 | bug: "308401499" |
| 9 | is_fixed_read_only: true |
Piyush Mehrotra | a10db39 | 2024-01-09 20:15:16 +0000 | [diff] [blame] | 10 | } |
| 11 | |
| 12 | flag { |
beatricemarch | 8817a6a | 2023-12-11 11:35:38 +0000 | [diff] [blame] | 13 | name: "enable_metrics_system_backup_agents" |
beatricemarch | 463cd9e | 2024-01-25 09:50:41 +0000 | [diff] [blame] | 14 | namespace: "onboarding" |
beatricemarch | 8817a6a | 2023-12-11 11:35:38 +0000 | [diff] [blame] | 15 | description: "Enable SystemBackupAgent to collect B&R agent metrics by passing an instance of " |
| 16 | "the logger to each BackupHelper." |
| 17 | bug: "296844513" |
| 18 | is_fixed_read_only: true |
| 19 | } |
| 20 | |
| 21 | flag { |
Piyush Mehrotra | a10db39 | 2024-01-09 20:15:16 +0000 | [diff] [blame] | 22 | name: "enable_max_size_writes_to_pipes" |
| 23 | namespace: "onboarding" |
| 24 | description: "Enables the write buffer to pipes to be of maximum size." |
| 25 | bug: "265976737" |
| 26 | is_fixed_read_only: true |
Sarp Misoglu | d13c86c | 2024-01-25 18:43:57 +0000 | [diff] [blame] | 27 | } |
| 28 | |
| 29 | flag { |
| 30 | name: "enable_clear_pipe_after_restore_file" |
| 31 | namespace: "onboarding" |
| 32 | description: "Enables clearing the pipe buffer after restoring a single file to a BackupAgent." |
| 33 | bug: "320633449" |
| 34 | is_fixed_read_only: true |
beatricemarch | 821a48f | 2024-01-31 10:59:13 +0000 | [diff] [blame] | 35 | } |
| 36 | |
| 37 | flag { |
beatricemarch | 3f2eaed | 2024-02-01 14:08:47 +0000 | [diff] [blame] | 38 | name: "enable_v_to_u_restore_for_system_components_in_allowlist" |
| 39 | namespace: "onboarding" |
| 40 | description: "Enables system components to opt in to support restore in V to U downgrade " |
| 41 | "scenario without opting in for restoreAnyVersion." |
| 42 | bug: "324233962" |
| 43 | is_fixed_read_only: true |
| 44 | } |
| 45 | |
| 46 | flag { |
beatricemarch | 821a48f | 2024-01-31 10:59:13 +0000 | [diff] [blame] | 47 | name: "enable_increase_datatypes_for_agent_logging" |
| 48 | namespace: "onboarding" |
| 49 | description: "Increase the number of a supported datatypes that an agent can define for its " |
| 50 | "logger." |
| 51 | bug: "296844513" |
| 52 | is_fixed_read_only: true |
Ruslan Tkhakokhov | f361f21 | 2023-11-01 19:36:33 +0000 | [diff] [blame] | 53 | } |