bundle get intent
// verificar se um valor está em um bundle Bundle b = getIntent().getExtras(); if (bundle.containsKey("VALOR")) { String valor = b.getString("VALOR"); }