Change the application name in AndroidManifest.XML in the <application> .
You should see the android: label=@string /app_name resource android: label=@string /app_name .
In string.xml create another tag, say @string/app_name_mine .
Change android: label=@string /app_name to android: label=@string /app_name_mine
source share