On Nov 13, 9:33 pm, Saul Diaz <
seff...@gmail.com> wrote:
> Buenas Joaquín:
>
> Interesante problema.
>
> Yo probaría a añadirle en el AndroidManifest.xml a la <activity> la opción
> "android:clearTaskOnLaunch = true" a tu ApplicationActivity. Si no lo he
> entendido mal, es lo que creo que te indica el Android Reference.
>
> android:clearTaskOnLaunch
>
> > Suppose, for example, that someone launches activity P from the home
> > screen, and from there goes to activity Q. The user next presses HOME, and
> > then returns to activity P. Normally, the user would see activity Q, since
> > that is what they were last doing in P's task. However, if P set this flag
> > to "true", all of the activities on top of it (Q in this case) were
> > removed when the user pressed HOME and the task went to the background. So
> > the user sees only P when returning to the task.
>
> Para mas detalle revisa la información en Activities -> Tasks and Back
> Stack en la Dev Guide.
>
> Atentamente
> Saúl Díaz González
>