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

Commit 08226534 authored by Lais Andrade's avatar Lais Andrade
Browse files

Create flag for haptics scale bounds fix

Bug: 34412239
Flag: android.os.vibrator.vibration_scale_bounds_fix_enabled
Test: N/A
Change-Id: I023de588ebdf9571795db76a6acdcb5bf37fd83b
parent f9538dfd
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -156,3 +156,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    namespace: "haptics"
    name: "vibration_scale_bounds_fix_enabled"
    description: "Enables audio-coupled haptics vibration scale bounds fix"
    bug: "427912736"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}