Lines Matching refs:same
52 support the same intent, then the system lets the user select which one to use). When the email is
55 experience by keeping both activities in the same <em>task</em>.</p>
144 However, if the user is running many background tasks at the same time, the system might begin
214 activities started in succession in the same task and in a "last in, first out" stack—works
356 intent to open the Android Browser, its activity is <em>not</em> placed in the same
361 <p>Regardless of whether an activity starts in a new task or in the same task as the activity that
398 <p>This produces the same behavior as the {@code "singleTask"} <a
405 <p>This produces the same behavior as the {@code "singleTop"} <a
435 activities from the same application have an affinity for each other. So, by default, all
436 activities in the same application prefer to be in the same task. However, you can modify
438 different applications can share an affinity, or activities defined in the same application can be
461 that called {@link android.app.Activity#startActivity startActivity()}. It's pushed onto the same
466 However, it doesn't have to be. If there's already an existing task with the same affinity as the
487 defined as part of a travel application. It has the same affinity as other activities in the same
489 When one of your activities starts the weather reporter activity, it initially belongs to the same