Bundle extras = getIntent().getExtras(); if(extras !=null) { String value = extras.getString("KEY"); }