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

Commit b50b75f9 authored by Scarlett Song's avatar Scarlett Song Committed by Android (Google) Code Review
Browse files

Merge "Health: Add replace_body_sensors_permission_enabled flag" into main

parents de62887a 89c3ba27
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -249,3 +249,11 @@ flag {
    description: "This flag is used to enabled the Wallet Role s icon fetching from manifest property"
    bug: "349942654"
}

flag {
    name: "replace_body_sensors_permission_enabled"
    is_exported: true
    namespace: "android_health_services"
    description: "This 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"
}