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

javascript - Knockout pushing observable and computed data to an observable array -

Trouble making a JSON string -

sitecore - Resolve ISitecoreService using SimpleInjector -