My Android app is not displaying the application name \"app_name\", instead its displaying the activity name \"title\". This is from my manifest file;
<
Use
this.setTitle("");
in your onCreate() method of your activity and use your prefered application name in the @string/app_name for
android:lable = "@string/app_name"