blob: b4adad2c8bef7e4e1c7e92ec855cfbf9a871f921 [file] [log] [blame]
Ruslan Tkhakokhovf361f212023-11-01 19:36:33 +00001package: "com.android.server.backup"
Yu Liuc4a5c682024-04-02 04:06:48 +00002container: "system"
Ruslan Tkhakokhovf361f212023-11-01 19:36:33 +00003
4flag {
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 Mehrotraa10db392024-01-09 20:15:16 +000011}
12
13flag {
beatricemarch8817a6a2023-12-11 11:35:38 +000014 name: "enable_metrics_system_backup_agents"
beatricemarch463cd9e2024-01-25 09:50:41 +000015 namespace: "onboarding"
beatricemarch8817a6a2023-12-11 11:35:38 +000016 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
22flag {
Piyush Mehrotraa10db392024-01-09 20:15:16 +000023 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 Misoglud13c86c2024-01-25 18:43:57 +000028}
29
30flag {
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
beatricemarch821a48f2024-01-31 10:59:13 +000036}
37
38flag {
beatricemarch3f2eaed2024-02-01 14:08:47 +000039 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
47flag {
beatricemarch821a48f2024-01-31 10:59:13 +000048 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 Mehrotraf11e8862024-03-28 12:04:24 +000054}
55
56flag {
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 Liuc4a5c682024-04-02 04:06:48 +000062}
Sarp Misogludca44642024-10-31 17:07:34 +000063
64flag {
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 Kongstad43526802024-11-28 07:58:20 +000071 is_exported: true
Sarp Misogludca44642024-10-31 17:07:34 +000072}
XingHaiLub1868f72024-11-21 20:06:49 +080073
74flag {
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 Perez01a0ef42024-11-27 10:51:32 +000080}
81flag {
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}