Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ffd8647 authored by Brint E. Kriebel's avatar Brint E. Kriebel
Browse files

merge: Fix merge conflict between cm-11.0 and stable/cm-11.0

Change-Id: Iea073c41a2b1a4c18c189bc67f0916f77f60b2d9
parent 84aa3aca
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -621,16 +621,6 @@ public final class ActivityStackSupervisor {
                        rInfo.targetComponentName);
            }

            // Store the actual target component in an extra field of the intent.
            // This will be set in case the receiver of the intent wants to retarget the
            // intent. Ideally we should have a new extra field, but resusing the
            // changed_component_name_list for now.
            if (rInfo != null && rInfo.targetComponentName != null) {
                // Not creating a list to save an unnecessary object.
                intent.putExtra(Intent.EXTRA_CHANGED_COMPONENT_NAME_LIST,
                        rInfo.targetComponentName);
            }

            // Don't debug things in the system process
            if ((startFlags&ActivityManager.START_FLAG_DEBUG) != 0) {
                if (!aInfo.processName.equals("system")) {