At the beginning Activity is launched by an Intent and something is done with this Intent.
When I change orientation of my Activity, it\'s reloaded again and Intent is
In my case I needed to set the data to null:
getIntent().setData(null);