blob: ee62543932377bfb6ebd508da02fc91f209c05a7 [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.hardware.biometrics.fingerprint;
/** @hide */
public @interface SensorShape {
public static final byte SQUARE = 0;
public static final byte CIRCLE = 1;
}