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

Commit c082a3f5 authored by Scarlett Song's avatar Scarlett Song
Browse files

Health: Add fixed-read-only flag replace_body_sensor_permission_enabled

Bug: 364638912
Flag: android.permission.flags.replace_body_sensor_permission_enabled
Change-Id: I8cc1fe682a683eeea9f432133a916ad43b80908e
parent 51bef713
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -265,3 +265,12 @@ flag {
    description: "Enables logging of the AppOp access tracking"
    bug: "365584286"
}

flag {
    name: "replace_body_sensor_permission_enabled"
    is_fixed_read_only: true
    is_exported: true
    namespace: "android_health_services"
    description: "This fixed read-only flag is used to enable replacing permission BODY_SENSORS (and BODY_SENSORS_BACKGROUND) with granular health permission READ_HEART_RATE (and READ_HEALTH_DATA_IN_BACKGROUND)"
    bug: "364638912"
}