Merge "Set panel launch mode to singleInstance and fix animation" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
04623e81b8
@@ -90,7 +90,7 @@ public class MediaOutputIndicatorSlice implements CustomSliceable {
|
||||
private Intent getMediaOutputSliceIntent() {
|
||||
final Intent intent = new Intent()
|
||||
.setAction(MediaOutputSliceConstants.ACTION_MEDIA_OUTPUT)
|
||||
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
|
||||
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
return intent;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user