summaryrefslogtreecommitdiff
path: root/core/java/android/os/flags.aconfig
blob: 960bda3a223e661b6829cfe1f312b1424b9d6fa0 (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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
package: "android.os"
container: "system"

flag {
    name: "android_os_build_vanilla_ice_cream"
    is_exported: true
    namespace: "build"
    description: "Feature flag for adding the VANILLA_ICE_CREAM constant."
    bug: "264658905"
}

flag {
    name: "state_of_health_public"
    is_exported: true
    namespace: "system_sw_battery"
    description: "Feature flag for making state_of_health a public api."
    bug: "288842045"
}

flag {
    name: "disallow_cellular_null_ciphers_restriction"
    namespace: "cellular_security"
    description: "Guards a new UserManager user restriction that admins can use to require cellular encryption on their managed devices."
    bug: "276752881"
}

flag {
    name: "remove_app_profiler_pss_collection"
    namespace: "backstage_power"
    description: "Replaces background PSS collection in AppProfiler with RSS"
    bug: "297542292"
}

flag {
    name: "allow_thermal_headroom_thresholds"
    namespace: "game"
    description: "Enable thermal headroom thresholds API"
    bug: "288119641"
}

flag {
    name: "allow_private_profile"
    namespace: "profile_experiences"
    description: "Guards a new Private Profile type in UserManager - everything from its setup to config to deletion."
    bug: "299069460"
}

flag {
    name: "bugreport_mode_max_value"
    namespace: "telephony"
    description: "Introduce a constant as maximum value of bugreport mode."
    bug: "305067125"
}

flag {
    name: "adpf_prefer_power_efficiency"
    namespace: "game"
    description: "Guards the ADPF power efficiency API"
    bug: "288117936"
}

flag {
    name: "security_state_service"
    namespace: "dynamic_spl"
    description: "Guards the Security State API."
    bug: "302189431"
}

flag {
    name: "battery_saver_supported_check_api"
    namespace: "backstage_power"
    description: "Guards a new API in PowerManager to check if battery saver is supported or not."
    bug: "305067031"
}

flag {
    name: "adpf_gpu_report_actual_work_duration"
    namespace: "game"
    description: "Guards the ADPF GPU APIs."
    bug: "284324521"
}

flag {
    name: "adpf_use_fmq_channel"
    namespace: "game"
    description: "Guards use of the FMQ channel for ADPF"
    bug: "315894228"
}

flag {
    name: "battery_service_support_current_adb_command"
    namespace: "backstage_power"
    description: "Whether or not BatteryService supports adb commands for Current values."
    is_fixed_read_only: true
    bug: "315037695"
}