I want to sent intent from one first activity to another.
The first activity sends an intent to the second activity in order to create a new AlertDialog, receive a n
Try
Bundle extra=data.getExtras();
Insted of
Bundle extra=getIntent().getExtras();