blob: b7219a75b07e8a2c3e6aed0983e2cb86a1d1131f (
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
75
76
77
78
79
|
package: "com.android.settings.flags"
container: "system_ext"
flag {
name: "catalyst_display_settings_screen"
namespace: "android_settings"
description: "Flag for Display"
bug: "323791114"
}
flag {
name: "catalyst_display_settings_screen_25q3"
namespace: "android_settings"
description: "Flag for Display in 25Q3"
bug: "352179685"
}
flag {
name: "catalyst_screen_timeout"
namespace: "android_settings"
description: "Flag for Screen Timeout settings"
bug: "323791114"
}
flag {
name: "catalyst_screen_timeout_25q3"
namespace: "android_settings"
description: "Flag for Screen Timeout settings in 25Q3"
bug: "352179685"
}
flag {
name: "catalyst_dark_ui_mode"
namespace: "android_settings"
description: "Flag for Dark theme"
bug: "323791114"
}
flag {
name: "catalyst_screen_brightness_mode"
namespace: "android_settings"
description: "Flag for Adaptive brightness"
bug: "323791114"
}
flag {
name: "catalyst_night_display"
namespace: "android_settings"
description: "Flag for Night Light in 25Q3"
bug: "352179685"
}
flag {
name: "catalyst_color_mode"
namespace: "android_settings"
description: "Flag for Colors in 25Q3"
bug: "352179685"
}
flag {
name: "catalyst_gesture_system_navigation_input_summary"
namespace: "android_settings"
description: "Flag for Navigation mode in 25Q3"
bug: "352179685"
}
flag {
name: "catalyst_screen_resolution"
namespace: "android_settings"
description: "Flag for Screen resolution in 25Q3"
bug: "352179685"
}
flag {
name: "catalyst_auto_rotate"
namespace: "android_settings"
description: "Flag for Auto-rotate screen in 25Q3"
bug: "352179685"
}
|