blob: 718d3bcbb77a777692584081df9ab53dc9e2c742 [file]
package: "com.android.server.backup"
container: "system"
flag {
name: "enable_skipping_restore_launched_apps"
namespace: "onboarding"
description: "Enforce behavior determined by BackupTransport implementation on whether to skip "
"restore for apps that have been launched."
bug: "308401499"
is_fixed_read_only: true
}
flag {
name: "enable_metrics_system_backup_agents"
namespace: "onboarding"
description: "Enable SystemBackupAgent to collect B&R agent metrics by passing an instance of "
"the logger to each BackupHelper."
bug: "296844513"
is_fixed_read_only: true
}
flag {
name: "enable_max_size_writes_to_pipes"
namespace: "onboarding"
description: "Enables the write buffer to pipes to be of maximum size."
bug: "265976737"
is_fixed_read_only: true
}
flag {
name: "enable_v_to_u_restore_for_system_components_in_allowlist"
namespace: "onboarding"
description: "Enables system components to opt in to support restore in V to U downgrade "
"scenario without opting in for restoreAnyVersion."
bug: "324233962"
is_fixed_read_only: true
}
flag {
name: "enable_increase_datatypes_for_agent_logging"
namespace: "onboarding"
description: "Increase the number of a supported datatypes that an agent can define for its "
"logger."
bug: "296844513"
is_fixed_read_only: true
}
flag {
name: "enable_increased_bmm_logging_for_restore_at_install"
namespace: "onboarding"
description: "Increase BMM logging coverage in restore at install flow."
bug: "331749778"
is_fixed_read_only: true
}
flag {
name: "enable_restricted_mode_changes"
namespace: "onboarding"
description: "Enables the new framework behavior of not putting apps in restricted mode for "
"B&R operations in certain cases."
bug: "376661510"
is_fixed_read_only: true
is_exported: true
}
flag {
name: "enable_read_all_external_storage_files"
is_exported: true
namespace: "onboarding"
description: "Enables read all external storage files"
bug: "376598575"
}
flag {
name: "enable_cross_platform_transfer"
namespace: "onboarding"
description: "Enables cross platform transfers for backup agents"
bug: "403956528"
is_fixed_read_only: true
is_exported: true
}
flag {
name: "enable_delayed_restore_api"
namespace: "onboarding"
description: "Enables delayed restore API for system components"
bug: "399038494"
is_fixed_read_only: true
is_exported: true
}
flag {
name: "enable_kv_backup_logs_from_transport_with_proper_flow_id"
namespace: "onboarding"
description: "Enables getting the backup manager monitor from the transport "
"on KV backup and logging agent logs with the proper flow id."
bug: "443738546"
}
flag {
name: "enable_synchronous_restore_session_cleanup"
namespace: "onboarding"
description: "Make restore session cleanup synchronous to fix flaky backup tests"
bug: "493162233"
metadata {
purpose: PURPOSE_BUGFIX
}
}