Merge "Update VibrationAttributes javadocs for FLAG_BYPASS_INTERRUPTION_POLICY" am: c3560c6c68

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

Change-Id: I1cf0647d9153809bdca5fc1826ca1420c182509d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2022-06-24 19:11:42 +00:00
committed by Automerger Merge Worker

View File

@@ -133,6 +133,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;