Change haptic on Assistant gesture to '13'

Fixes: 130303405
Test: manual
Change-Id: Ic116e0920782c2f138740ae377c0039eaff5540d
This commit is contained in:
Miranda Kephart
2019-05-07 11:48:47 -04:00
parent bb036f8e5a
commit 808cd8dfdb
@@ -213,9 +213,9 @@ public class AssistantTouchConsumer extends DelegateInputConsumer {
BaseDraggingActivity launcherActivity =
mActivityControlHelper.getCreatedActivity();
if (launcherActivity != null) {
launcherActivity.getRootView().
performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY,
HapticFeedbackConstants.FLAG_IGNORE_VIEW_SETTING);
launcherActivity.getRootView().performHapticFeedback(
13, // HapticFeedbackConstants.GESTURE_END
HapticFeedbackConstants.FLAG_IGNORE_VIEW_SETTING);
}
mSysUiProxy.startAssistant(args);