sdk: Remove LineageContextConstants.Features.FOD
Change-Id: I1196413cc116495c4998e859aa279c0fcf2e16f1
diff --git a/sdk/src/java/lineageos/app/LineageContextConstants.java b/sdk/src/java/lineageos/app/LineageContextConstants.java
index e89cff0..f806105 100644
--- a/sdk/src/java/lineageos/app/LineageContextConstants.java
+++ b/sdk/src/java/lineageos/app/LineageContextConstants.java
@@ -1,6 +1,6 @@
/**
* Copyright (C) 2015, The CyanogenMod Project
- * Copyright (C) 2017-2021 The LineageOS Project
+ * 2017-2022 The LineageOS Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -158,14 +158,6 @@
/**
* 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";
-
- /**
- * Feature for {@link PackageManager#getSystemAvailableFeatures} and
* {@link PackageManager#hasSystemFeature}: The device includes the lineage globalactions
* service utilized by the lineage sdk and LineageParts.
*/