How can I change application label to change app name shown from java code in android? I\'m refering to:
in the activity, i tried
this.setTitle("your text");
and it worked. I hope it's a common solution