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

Commit fe5fffd3 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix incoming phone calls on lockscreen.

Change-Id: I5a142fb51052c48bd4db76a1be2abf5584668d0e
parent 3758304c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,8 +39,8 @@ import java.util.List;
 */
public class KeyguardTouchDelegate {
    // TODO: propagate changes to these to {@link KeyguardServiceDelegate}
    static final String KEYGUARD_PACKAGE = "com.android.keyguard";
    static final String KEYGUARD_CLASS = "com.android.keyguard.KeyguardService";
    static final String KEYGUARD_PACKAGE = "com.android.systemui";
    static final String KEYGUARD_CLASS = "com.android.systemui.keyguard.KeyguardService";

    private static KeyguardTouchDelegate sInstance;
    private static final List<OnKeyguardConnectionListener> sConnectionListeners =