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

Commit 79041c06 authored by Ahmad Khalil's avatar Ahmad Khalil
Browse files

Create flag for the haptics pcm generation feature

Bug: 417649629
Flag: android.os.vibrator.haptic_pcm_generation
Test: N/A
Change-Id: I1a20075e0bccb5c5d9b31ac31f325069549140db
parent 5a90495a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -166,3 +166,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    namespace: "haptics"
    name: "haptic_pcm_generation"
    description: "Enables the feature to generate Haptic PCM from vibration effects"
    bug: "417649629"
    metadata {
      purpose: PURPOSE_FEATURE
    }
}