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

Commit 6c59dbd9 authored by Justin Lannin's avatar Justin Lannin
Browse files

Health: Add fixed-read-only flag for platform_skin_temperature_enabled

This flag will be used to enable the skin temperature platform APIs.

Bug: 369873123
Flag: android.permission.flags.platform_skin_temperature_enabled
Test: New flag definition.
Change-Id: I528e53e7c3a63ff80dde1c27710f1fabea5a9292
parent 9a14de05
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -273,3 +273,12 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "platform_skin_temperature_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 Skin Temperature."
    bug: "369872443"
}