• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "com.android.printspooler.flags"
2container: "system"
3
4flag {
5  name: "log_print_jobs"
6  namespace: "printing"
7  description: "Log print job creation and state transitions."
8  bug: "385340868"
9}
10
11flag {
12    name: "print_edge2edge"
13    namespace: "printing"
14    description: "Enable edge to edge in print spooler"
15    bug: "378652618"
16    is_fixed_read_only: true
17    metadata {
18        purpose: PURPOSE_BUGFIX
19    }
20}