Android getIntent().getExtras() returns null

Add .ToString() to myIntent.putExtra("selection", select); so that it is myIntent.putExtra("selection", select.ToString());

Leave a Comment