My Android app is not displaying the application name \"app_name\", instead its displaying the activity name \"title\". This is from my manifest file;
<
You can only display one label at a time. Application label or Activity label.
If you set a label and run an activity, you will see the Activity label.
To see Application label, doesn't set android:label="@string/title" on Main activity.
android:label="@string/title"