if(getIntent().getExtras() !=null){
for (String Key:getIntent().getExtras().keySet()){
String value = getIntent().getExtras().getString(Key);
tvMostrarInfo.append("\n" + Key+":"+value);
//...
}
This is the code and if it shows the content but with the id from the name of the package and I just want the message to be shown