Do you guys have a workaround for the following problem?
In the onDestroy of a registration activity (when the user presses the back button) I call a new activity so the
Try to put this
Intent intent = getIntent(); // <-- returns null Bundle extras = intent.getExtras();
on "onCreate()" method of new activity