Loading packages/SystemUI/src/com/android/systemui/controls/controller/ControlsProviderLifecycleManager.kt +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ class ControlsProviderLifecycleManager( private val BIND_FLAGS_PANEL = Context.BIND_AUTO_CREATE or Context.BIND_NOT_PERCEPTIBLE } private val intent = Intent().apply { private val intent = Intent(ControlsProviderService.SERVICE_CONTROLS).apply { component = componentName putExtra(CALLBACK_BUNDLE, Bundle().apply { putBinder(CALLBACK_TOKEN, token) Loading packages/SystemUI/src/com/android/systemui/qs/external/TileServiceManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,8 @@ public class TileServiceManager { this(tileServices, handler, userTracker, new TileLifecycleManager(handler, tileServices.getContext(), tileServices, new PackageManagerAdapter(tileServices.getContext()), broadcastDispatcher, new Intent().setComponent(component), userTracker.getUserHandle())); new Intent(TileService.ACTION_QS_TILE).setComponent(component), userTracker.getUserHandle())); } @VisibleForTesting Loading Loading
packages/SystemUI/src/com/android/systemui/controls/controller/ControlsProviderLifecycleManager.kt +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ class ControlsProviderLifecycleManager( private val BIND_FLAGS_PANEL = Context.BIND_AUTO_CREATE or Context.BIND_NOT_PERCEPTIBLE } private val intent = Intent().apply { private val intent = Intent(ControlsProviderService.SERVICE_CONTROLS).apply { component = componentName putExtra(CALLBACK_BUNDLE, Bundle().apply { putBinder(CALLBACK_TOKEN, token) Loading
packages/SystemUI/src/com/android/systemui/qs/external/TileServiceManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,8 @@ public class TileServiceManager { this(tileServices, handler, userTracker, new TileLifecycleManager(handler, tileServices.getContext(), tileServices, new PackageManagerAdapter(tileServices.getContext()), broadcastDispatcher, new Intent().setComponent(component), userTracker.getUserHandle())); new Intent(TileService.ACTION_QS_TILE).setComponent(component), userTracker.getUserHandle())); } @VisibleForTesting Loading