Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7114724 authored by Justin Lannin's avatar Justin Lannin Committed by Android (Google) Code Review
Browse files

Merge "Health: Add fixed-read-only flag for platform_oxygen_saturation_enabled" into main

parents 23710905 5049acdb
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -282,3 +282,12 @@ flag {
    description: "This fixed read-only flag is used to enable platform support for Skin Temperature."
    bug: "369872443"
}

flag {
    name: "platform_oxygen_saturation_enabled"
    is_fixed_read_only: true
    is_exported: true
    namespace: "android_health_services"
    description: "This fixed read-only flag is used to enable platform support for Oxygen Saturation (SpO2)."
    bug: "369873227"
}