Sunday, 18 August 2013

Launch 2 intent but not at the same time

Launch 2 intent but not at the same time

I have a problem that if I start an intent using
try{
startIntent1(); //Add Contact Intent
} finally {
startIntent2(); // Contact Picker Intent
}
they start together.... is there a way that after my intent1 then intent2
will launch?

No comments:

Post a Comment