1package: "com.android.healthconnect.flags"
2container: "com.android.healthconnect"
3
4flag {
5    name: "read_exercise_routes_all_enabled"
6    is_exported: true
7    namespace: "healthconnect"
8    description: "Enables reading third-party exercise routes by apps who hold the corresponding permission."
9    bug: "232379924"
10    is_fixed_read_only: true
11}
12
13flag {
14    name: "skin_temperature"
15    is_exported: true
16    namespace: "healthconnect"
17    description: "Flag for adding the new data type skin temperature."
18    bug: "319602927"
19}
20
21flag {
22    name: "training_plans"
23    is_exported: true
24    namespace: "healthconnect"
25    description: "Flag for adding the new data type planned exercise sessions."
26    bug: "319604661"
27}
28
29flag {
30    name: "background_read"
31    namespace: "healthconnect"
32    description: "Permission to enable reading health data in the background."
33    bug: "294558364"
34}
35
36flag {
37    name: "history_read"
38    namespace: "healthconnect"
39    description: "Permission to enable reading past health data."
40    bug: "325430290"
41}
42