Clean up FeatureFactory.getFeature()
Bug: 286764889 Test: m Settings Change-Id: I7e472e6b0ca6b7a735c1b92742ddf06c545176fc
This commit is contained in:
@@ -514,7 +514,7 @@ public class BiometricUtils {
|
||||
* Returns true if the device supports Face enrollment in SUW flow
|
||||
*/
|
||||
public static boolean isFaceSupportedInSuw(Context context) {
|
||||
return FeatureFactory.getFactory(context).getFaceFeatureProvider().isSetupWizardSupported(
|
||||
return FeatureFactory.getFeatureFactory().getFaceFeatureProvider().isSetupWizardSupported(
|
||||
context);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user