summaryrefslogtreecommitdiff
path: root/libs/WindowManager/Shell/aconfig/multitasking.aconfig
blob: 4511f3b91c5cbd5fbe78b38599cd0491fecd28af (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
package: "com.android.wm.shell"

flag {
    name: "example_flag"
    namespace: "multitasking"
    description: "An Example Flag"
    bug: "300136750"
}

flag {
    name: "enable_app_pairs"
    namespace: "multitasking"
    description: "Enables the ability to create and save app pairs to the Home screen"
    bug: "274835596"
}

flag {
    name: "enable_desktop_windowing"
    namespace: "multitasking"
    description: "Enables desktop windowing"
    bug: "304778354"
    is_fixed_read_only: true
}

flag {
    name: "enable_split_contextual"
    namespace: "multitasking"
    description: "Enables invoking split contextually"
    bug: "276361926"
}

flag {
    name: "enable_taskbar_navbar_unification"
    namespace: "multitasking"
    description: "Enables taskbar / navbar unification"
    bug: "309671494"
}

flag {
    name: "enable_pip_ui_state_on_entering"
    namespace: "multitasking"
    description: "Enables PiP UI state callback on entering"
    bug: "303718131"
}

flag {
    name: "enable_pip2_implementation"
    namespace: "multitasking"
    description: "Enables the new implementation of PiP (PiP2)"
    bug: "290220798"
    is_fixed_read_only: true
}

flag {
    name: "enable_left_right_split_in_portrait"
    namespace: "multitasking"
    description: "Enables left/right split in portrait"
    bug: "291018646"
}