blob: b7d9ea0d0491a2c61c82c80b81f5cb4bf4b54f21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
package: "com.android.intentresolver"
container: "system"
# name: [a-z0-9][_a-z0-9]+
# namespace: intentresolver
# bug: "Feature_Bug_#" or "<none>"
flag {
name: "fix_target_list_footer"
namespace: "intentresolver"
description: "Update app target grid footer on window insets change"
bug: "324011248"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "target_data_caching"
namespace: "intentresolver"
description: "Enables caching target icons and labels in a local DB"
bug: "285314844"
}
flag {
name: "modular_framework"
namespace: "intentresolver"
description: "Enables the new modular framework"
bug: "302113519"
}
flag {
name: "bespoke_label_view"
namespace: "intentresolver"
description: "Use a custom view to draw target labels"
bug: "302188527"
}
flag {
name: "enable_private_profile"
namespace: "intentresolver"
description: "Enable private profile support"
bug: "328029692"
}
flag {
name: "refine_system_actions"
namespace: "intentresolver"
description: "This flag enables sending system actions to the caller refinement flow"
bug: "331206205"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "fix_empty_state_padding"
namespace: "intentresolver"
description: "Always apply systemBar window insets regardless of profiles present"
bug: "338447666"
}
|