Loading services/core/java/com/android/server/wm/Task.java +1 −1 Original line number Diff line number Diff line Loading @@ -978,7 +978,6 @@ class Task extends TaskFragment { } effectiveUid = info.applicationInfo.uid; mIsEffectivelySystemApp = info.applicationInfo.isSystemApp(); stringName = null; if (info.targetActivity == null) { if (_intent != null) { Loading Loading @@ -1045,6 +1044,7 @@ class Task extends TaskFragment { updateTaskDescription(); } mSupportsPictureInPicture = info.supportsPictureInPicture(); stringName = null; // Re-adding the task to Recents once updated if (inRecents) { Loading Loading
services/core/java/com/android/server/wm/Task.java +1 −1 Original line number Diff line number Diff line Loading @@ -978,7 +978,6 @@ class Task extends TaskFragment { } effectiveUid = info.applicationInfo.uid; mIsEffectivelySystemApp = info.applicationInfo.isSystemApp(); stringName = null; if (info.targetActivity == null) { if (_intent != null) { Loading Loading @@ -1045,6 +1044,7 @@ class Task extends TaskFragment { updateTaskDescription(); } mSupportsPictureInPicture = info.supportsPictureInPicture(); stringName = null; // Re-adding the task to Recents once updated if (inRecents) { Loading