blob: 73912fed1579d174a59a8a8723ec5a1e07ba8769 [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.hardware.vibrator;
public @interface EffectStrength {
public static final byte LIGHT = 0;
public static final byte MEDIUM = 1;
public static final byte STRONG = 2;
}