blob: 87ae2f1dc324ecee8e3b0e19892657b37b7befbe (
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
package: "com.android.intentresolver"
container: "system"
# name: [a-z0-9][_a-z0-9]+
# namespace: intentresolver
# bug: "Feature_Bug_#" or "<none>"
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: "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"
}
flag {
name: "fix_empty_state_padding_bug"
namespace: "intentresolver"
description: "Always apply systemBar window insets regardless of profiles present"
bug: "338447666"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "fix_missing_drawer_offset_calculation"
namespace: "intentresolver"
description: "Recalculate drawer offset upon the preview size change when the targets list remains unchanged"
bug: "347316548"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "fix_private_space_locked_on_restart"
namespace: "intentresolver"
description: "Dismiss Share sheet on restart if private space became locked while stopped"
bug: "338125945"
metadata {
purpose: PURPOSE_BUGFIX
}
}
|