blob: 549fa36597b7dd100ec46104277a9892ad4ff00d [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 {
13 name: "enable_max_size_writes_to_pipes"
14 namespace: "onboarding"
15 description: "Enables the write buffer to pipes to be of maximum size."
16 bug: "265976737"
17 is_fixed_read_only: true
Ruslan Tkhakokhovf361f212023-11-01 19:36:33 +000018}