android - Activity from a background activity? -
am having application contains activity a,b,c , launched browser , b launched a, count timer running on launches activity c if timer hits. 1 plz tell stack order activity of application. either a->b->c or a->c->b. visible activiy should c if press key c should display either or b ?
thanks in advance.
you can try launch b , c
startactivityfromchild(this, intentofc, req_code_for_c);
i'm not sure may useful you.
Comments
Post a Comment