Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85c46f62 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Mark BiometricUnlockController as @Singleton"

parents ab42f676 cb235b23
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -47,10 +47,12 @@ import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

import javax.inject.Inject;
import javax.inject.Singleton;

/**
 * Controller which coordinates all the biometric unlocking actions with the UI.
 */
@Singleton
public class BiometricUnlockController extends KeyguardUpdateMonitorCallback {

    private static final String TAG = "BiometricUnlockCtrl";