1package: "com.android.systemui.car"
2container: "system"
3
4flag {
5    name: "config_aware_systemui"
6    namespace: "car_sys_exp"
7    description: "Flag to make car system ui react to runtime resource overlay change at the runtime."
8    bug: "304293383"
9}
10
11flag {
12    name: "config_app_blocking_activities"
13    namespace: "car_sys_exp"
14    description: "Flag controlling the launch of app specific driving optimized blocking activities"
15    bug: "329532895"
16}
17
18flag {
19    name: "user_switch_keyguard_shown_timeout"
20    namespace: "car_sys_exp"
21    description: "Flag that sets a keyguard showing timeout to ensure keyguard is shown on user switch"
22    bug: "335455314"
23}
24
25flag {
26    name: "move_task_to_distant_display"
27    namespace: "car_sys_exp"
28    description: "Flag that enables task to move between distant display experience"
29    bug: "341963483"
30}
31
32flag {
33    name: "daview_based_windowing"
34    namespace: "car_framework"
35    description: "Flag controlling the use of DaView and DaViewTransitions to implement windowing structure"
36    bug: "348502619"
37}
38
39flag {
40    name: "show_qc_sound_panel"
41    namespace: "car_sys_exp"
42    description: "Flag that shows the quick controls panel for sound."
43    bug: "344677470"
44}
45
46flag {
47    name: "display_compatibility_v2"
48    namespace: "car_sys_exp"
49    description: "This flag controls v2 development to enable display compatibility feature."
50    bug: "364382110"
51}
52
53flag {
54    name: "scalable_ui"
55    namespace: "car_sys_exp"
56    description: "This flag controls the development to enable scalable UI feature."
57    bug: "382109339"
58}