1package: "com.android.server.backup"
2container: "system"
3
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
11}
12
13flag {
14    name: "enable_metrics_system_backup_agents"
15    namespace: "onboarding"
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
22flag {
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
28}
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
36}
37
38flag {
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
47flag {
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
54}
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
62}
63