diff --git a/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java b/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java index 039e13c41e9a6..fc1c84a7b219a 100644 --- a/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java +++ b/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java @@ -16,16 +16,21 @@ package com.android.systemui; +import android.content.BroadcastReceiver; import android.content.ComponentName; import android.content.Context; import android.content.Intent; +import android.content.IntentFilter; import android.content.ServiceConnection; import android.graphics.Bitmap; import android.graphics.Rect; +import android.net.Uri; import android.os.Binder; +import android.os.Build; import android.os.Handler; import android.os.IBinder; import android.os.Looper; +import android.os.PatternMatcher; import android.os.RemoteException; import android.os.UserHandle; import android.util.Log; @@ -51,6 +56,7 @@ public class OverviewProxyService implements CallbackController mConnectionCallbacks = new ArrayList<>(); @@ -71,6 +77,14 @@ public class OverviewProxyService implements CallbackController