blob: 1416c888f790de84c1c33ef0ce2a8a23badde524 [file] [log] [blame]
Ruslan Tkhakokhovf361f212023-11-01 19:36:33 +00001package: "com.android.server.backup"
2
3flag {
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 Mehrotraa10db392024-01-09 20:15:16 +000010}
11
12flag {
beatricemarch8817a6a2023-12-11 11:35:38 +000013 name: "enable_metrics_system_backup_agents"
beatricemarch463cd9e2024-01-25 09:50:41 +000014 namespace: "onboarding"
beatricemarch8817a6a2023-12-11 11:35:38 +000015 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
21flag {
Piyush Mehrotraa10db392024-01-09 20:15:16 +000022 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
Ruslan Tkhakokhovf361f212023-11-01 19:36:33 +000027}