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

Commit 5049acdb authored by Justin Lannin's avatar Justin Lannin
Browse files

Health: Add fixed-read-only flag for platform_oxygen_saturation_enabled

This flag will be used to enable the oxygen saturation (SpO2) platform APIs.

Bug: 369876269
Flag: android.permission.flags.platform_oxygen_saturation_enabled
Test: New flag definition.
Change-Id: I9f7decd1171c60dddf0443a4894c04eaa1608c3f
parent 5aabf107
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"
}