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