Merge "Add actions to binding Intent" into tm-qpr-dev am: 7ddbfe3543 am: 1f2f7a09a8
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21609016 Change-Id: I0679335cf3f192a2677246ea8842de455dbb8ce2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user