Merge "Update comment for HAPTIC_FEEDBACK_ENABLED setting" into pi-dev

am: d357342a4a

Change-Id: Iba13007a1682d45c15c57401e7965188139e8272
This commit is contained in:
Antony Sargent
2018-03-14 18:02:55 +00:00
committed by android-build-merger

View File

@@ -3727,7 +3727,7 @@ public final class Settings {
public static final Validator SOUND_EFFECTS_ENABLED_VALIDATOR = BOOLEAN_VALIDATOR;
/**
* Whether the haptic feedback (long presses, ...) are enabled. The value is
* Whether haptic feedback (Vibrate on tap) is enabled. The value is
* boolean (1 or 0).
*/
public static final String HAPTIC_FEEDBACK_ENABLED = "haptic_feedback_enabled";