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

Commit 523db1c3 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change Icf1e2f98 into eclair

* changes:
  Adds Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET to launch fasttrack intent.
parents a015c9be cf1e2f98
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2254,6 +2254,7 @@ public final class ContactsContract {
            intent.putExtra(EXTRA_TARGET_RECT, target);
            intent.putExtra(EXTRA_MODE, mode);
            intent.putExtra(EXTRA_EXCLUDE_MIMES, excludeMimes);
	    intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET);
            context.startActivity(intent);
        }
    }