Remove GarbageMonitor Serive Bind from SystemUIGo
Bug: 237421018 Test: ag/21255539 Change-Id: I7ff58be9ec61995a682b333db2bf043f4c0478c0
This commit is contained in:
parent
2a7c32376c
commit
7838d531af
|
@ -54,7 +54,6 @@ import com.android.systemui.theme.ThemeOverlayController
|
|||
import com.android.systemui.toast.ToastUI
|
||||
import com.android.systemui.usb.StorageNotification
|
||||
import com.android.systemui.util.NotificationChannels
|
||||
import com.android.systemui.util.leak.GarbageMonitor
|
||||
import com.android.systemui.wmshell.WMShell
|
||||
import dagger.Binds
|
||||
import dagger.Module
|
||||
|
@ -102,12 +101,6 @@ abstract class ParanoidSystemUICoreStartableModule {
|
|||
@ClassKey(FsiChromeViewBinder::class)
|
||||
abstract fun bindFsiChromeWindowBinder(sysui: FsiChromeViewBinder): CoreStartable
|
||||
|
||||
/** Inject into GarbageMonitor.Service. */
|
||||
@Binds
|
||||
@IntoMap
|
||||
@ClassKey(GarbageMonitor::class)
|
||||
abstract fun bindGarbageMonitorService(sysui: GarbageMonitor.Service): CoreStartable
|
||||
|
||||
/** Inject into GlobalActionsComponent. */
|
||||
@Binds
|
||||
@IntoMap
|
||||
|
|
Loading…
Reference in New Issue