sdk: Add LineageContextConstants.Features.FOD
Change-Id: I43f9a1f43c83fb83e7eac9c687a928d9bc0ba3f5
This commit is contained in:
@@ -193,5 +193,13 @@ public final class LineageContextConstants {
|
||||
*/
|
||||
@SdkConstant(SdkConstant.SdkConstantType.FEATURE)
|
||||
public static final String SETTINGS = "org.lineageos.settings";
|
||||
|
||||
/**
|
||||
* Feature for {@link PackageManager#getSystemAvailableFeatures} and
|
||||
* {@link PackageManager#hasSystemFeature}: The device includes the Lineage
|
||||
* fingerprint in screen utilized by the lineage sdk.
|
||||
*/
|
||||
@SdkConstant(SdkConstant.SdkConstantType.FEATURE)
|
||||
public static final String FOD = "vendor.lineage.biometrics.fingerprint.inscreen";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user