Merge "Set panel launch mode to singleInstance and fix animation" into qt-dev

This commit is contained in:
TreeHugger Robot
2019-05-10 08:41:12 +00:00
committed by Android (Google) Code Review
8 changed files with 98 additions and 32 deletions

View File

@@ -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;
}