Merge "Surface CONFIRM and REJECT vibration constants"

This commit is contained in:
TreeHugger Robot
2019-11-01 14:26:35 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -115,13 +115,11 @@ public class HapticFeedbackConstants {
/**
* A haptic effect to signal the confirmation or successful completion of a user
* interaction.
* @hide
*/
public static final int CONFIRM = 16;
/**
* A haptic effect to signal the rejection or failure of a user interaction.
* @hide
*/
public static final int REJECT = 17;