Merge "Mark USAGE_NOTIFICATION_EVENT vibrations as notifications" into qt-r1-dev

am: 8e70a2826e

Change-Id: If163d5f269978e481935a9943b1cc72fbc4ff59d
This commit is contained in:
Alexey Kuzmin
2019-08-21 12:49:11 -07:00
committed by android-build-merger

View File

@@ -1188,6 +1188,7 @@ public class VibratorService extends IVibratorService.Stub
private static boolean isNotification(int usageHint) {
switch (usageHint) {
case AudioAttributes.USAGE_NOTIFICATION:
case AudioAttributes.USAGE_NOTIFICATION_EVENT:
case AudioAttributes.USAGE_NOTIFICATION_COMMUNICATION_REQUEST:
case AudioAttributes.USAGE_NOTIFICATION_COMMUNICATION_INSTANT:
case AudioAttributes.USAGE_NOTIFICATION_COMMUNICATION_DELAYED: