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

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

Merge "Make KeyguardUpdateMonitor a singleton"

parents e37dab0e ab39e80e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -118,12 +118,14 @@ import java.util.function.Consumer;

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

/**
 * Watches for updates that may be interesting to the keyguard, and provides
 * the up to date information as well as a registration for callbacks that care
 * to be updated.
 */
@Singleton
public class KeyguardUpdateMonitor implements TrustManager.TrustListener {

    private static final String TAG = "KeyguardUpdateMonitor";