Android close previous Activity -


i want start main activity broadcastresiver twice close previous one?

pop.addflags(intent.flag_activity_clear_top | intent.flag_activity_new_task ); 

but doesn't work?

for finishing activity can call finishaffinity() or finish()


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -