Merge "Update VibrationAttributes javadocs for FLAG_BYPASS_INTERRUPTION_POLICY" am: c3560c6c68 am: fb98ab119d am: 1c88dd6b6d am: 27ea0bba2e
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2133773 Change-Id: I8839c903b24dcdf67fb6e1a526489980dad67e67 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -152,6 +152,9 @@ public final class VibrationAttributes implements Parcelable {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Flag requesting vibration effect to be played even under limited interruptions.
|
* 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;
|
public static final int FLAG_BYPASS_INTERRUPTION_POLICY = 0x1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user