Merge "Switch assistant to HEAVY_CLICK effect on devices without haptic composition." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0da6421996
@@ -5153,7 +5153,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
|
||||
.compose();
|
||||
}
|
||||
// fallback for devices without composition support
|
||||
return VibrationEffect.get(VibrationEffect.EFFECT_DOUBLE_CLICK);
|
||||
return VibrationEffect.get(VibrationEffect.EFFECT_HEAVY_CLICK);
|
||||
|
||||
default:
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user