I have a BroadcastReceiver which launches a HomeActivity with some information passed with the extras.
BroadcastReceiver
HomeActivity
What happens when the activity is a
Just extending Cory Roy's answer you have to define "SingleTop" in AndroidManifest.xml too.
It seems that extending android.support.v7.app.ActionBarActivity this method does not work...