Merge "Fix the non-working bluetooth slice in the Assistant."
This commit is contained in:
committed by
Android (Google) Code Review
commit
e63109e4d9
@@ -136,6 +136,6 @@ public class BluetoothSliceBuilder {
|
|||||||
final Intent intent = new Intent(ACTION_BLUETOOTH_SLICE_CHANGED)
|
final Intent intent = new Intent(ACTION_BLUETOOTH_SLICE_CHANGED)
|
||||||
.setClass(context, SliceBroadcastReceiver.class);
|
.setClass(context, SliceBroadcastReceiver.class);
|
||||||
return PendingIntent.getBroadcast(context, 0 /* requestCode */, intent,
|
return PendingIntent.getBroadcast(context, 0 /* requestCode */, intent,
|
||||||
PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE);
|
PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_MUTABLE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user