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