1package: "com.android.systemui.car"
2container: "system"
3
4flag {
5    name: "example_flag"
6    namespace: "car_sys_exp"
7    description: "An Example Flag"
8    bug: "304307370"
9}
10
11flag {
12    name: "config_aware_systemui"
13    namespace: "car_sys_exp"
14    description: "Flag to make car system ui react to runtime resource overlay change at the runtime."
15    bug: "304293383"
16}
17
18flag {
19    name: "config_app_blocking_activities"
20    namespace: "car_sys_exp"
21    description: "Flag controlling the launch of app specific driving optimized blocking activities"
22    bug: "329532895"
23}
24
25flag {
26    name: "user_switch_keyguard_shown_timeout"
27    namespace: "car_sys_exp"
28    description: "Flag that sets a keyguard showing timeout to ensure keyguard is shown on user switch"
29    bug: "335455314"
30}