From 1b2144d69d4b24a0c90f3d4d77353af48f8b2507 Mon Sep 17 00:00:00 2001 From: Dave Mankoff Date: Tue, 11 Feb 2020 14:45:46 -0500 Subject: Unregister prox sensor when QS or Bouncer are expanded. The FalsingManager doesn't need the prox sensor when its not being used. Bug: 149307116 Test: atest SystemUITests Change-Id: Ib68c0a269c9f94b1a1bb0ba137a2bb5fde340bba --- .../plugin/src/com/android/systemui/plugins/FalsingManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/SystemUI/plugin') diff --git a/packages/SystemUI/plugin/src/com/android/systemui/plugins/FalsingManager.java b/packages/SystemUI/plugin/src/com/android/systemui/plugins/FalsingManager.java index 0a2dd6c027de..bcff63471302 100644 --- a/packages/SystemUI/plugin/src/com/android/systemui/plugins/FalsingManager.java +++ b/packages/SystemUI/plugin/src/com/android/systemui/plugins/FalsingManager.java @@ -32,7 +32,7 @@ import java.io.PrintWriter; public interface FalsingManager { int VERSION = 3; - void onSucccessfulUnlock(); + void onSuccessfulUnlock(); void onNotificationActive(); -- cgit v1.2.3-59-g8ed1b