1package: "com.android.healthfitness.flags" 2container: "com.android.healthfitness" 3 4flag { 5 name: "personal_health_record" 6 is_exported: true 7 namespace: "health_fitness_aconfig" 8 description: "Flag for adding new PHR features." 9 bug: "329271826" 10} 11 12flag { 13 name: "personal_health_record_database" 14 is_exported: true 15 namespace: "health_fitness_aconfig" 16 description: "Flag for guarding DB schema changes for PHR features." 17 bug: "340809376" 18} 19 20flag { 21 name: "export_import" 22 namespace: "health_fitness_aconfig" 23 description: "Flag for adding new export/import feature." 24 bug: "318484778" 25} 26 27flag { 28 name: "mindfulness" 29 namespace: "health_fitness_aconfig" 30 description: "Enables mindfulness session data type." 31 bug: "341704006" 32} 33