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

Commit ce718c56 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update VibrationAttributes javadocs for...

Merge "Update VibrationAttributes javadocs for FLAG_BYPASS_INTERRUPTION_POLICY" am: c3560c6c am: fb98ab11 am: 1c88dd6b am: 27ea0bba am: 16f0c1c4

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2133773



Change-Id: I2a93b5f287081a814a235e071adeb5e61fdb37cc
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents e7edf5d7 16f0c1c4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -152,6 +152,9 @@ public final class VibrationAttributes implements Parcelable {

    /**
     * Flag requesting vibration effect to be played even under limited interruptions.
     *
     * <p>Only privileged apps can ignore user settings that limit interruptions, and this
     * flag will be ignored otherwise.
     */
    public static final int FLAG_BYPASS_INTERRUPTION_POLICY = 0x1;