1package: "com.android.intentresolver"
2container: "system"
3
4# name: [a-z0-9][_a-z0-9]+
5# namespace: intentresolver
6# bug: "Feature_Bug_#" or "<none>"
7
8flag {
9  name: "fix_target_list_footer"
10  namespace: "intentresolver"
11  description: "Update app target grid footer on window insets change"
12  bug: "324011248"
13  metadata {
14    purpose: PURPOSE_BUGFIX
15  }
16}
17
18flag {
19  name: "target_data_caching"
20  namespace: "intentresolver"
21  description: "Enables caching target icons and labels in a local DB"
22  bug: "285314844"
23}
24
25flag {
26  name: "modular_framework"
27  namespace: "intentresolver"
28  description: "Enables the new modular framework"
29  bug: "302113519"
30}
31
32flag {
33  name: "bespoke_label_view"
34  namespace: "intentresolver"
35  description: "Use a custom view to draw target labels"
36  bug: "302188527"
37}
38
39flag {
40  name: "enable_private_profile"
41  namespace: "intentresolver"
42  description: "Enable private profile support"
43  bug: "328029692"
44}
45
46flag {
47  name: "refine_system_actions"
48  namespace: "intentresolver"
49  description: "This flag enables sending system actions to the caller refinement flow"
50  bug: "331206205"
51  metadata {
52    purpose: PURPOSE_BUGFIX
53  }
54}
55
56flag {
57  name: "fix_empty_state_padding"
58  namespace: "intentresolver"
59  description: "Always apply systemBar window insets regardless of profiles present"
60  bug: "338447666"
61}
62
63flag {
64  name: "fix_empty_state_padding_bug"
65  namespace: "intentresolver"
66  description: "Always apply systemBar window insets regardless of profiles present"
67  bug: "338447666"
68  metadata {
69    purpose: PURPOSE_BUGFIX
70  }
71}
72
73flag {
74  name: "fix_partial_image_edit_transition"
75  namespace: "intentresolver"
76  description: "Do not run the shared element transition animation for a partially visible image"
77  bug: "339583191"
78  metadata {
79    purpose: PURPOSE_BUGFIX
80  }
81}
82
83flag {
84  name: "fix_private_space_locked_on_restart"
85  namespace: "intentresolver"
86  description: "Dismiss Share sheet on restart if private space became locked while stopped"
87  bug: "338125945"
88  metadata {
89    purpose: PURPOSE_BUGFIX
90  }
91}
92