i am creating an app, called "Moises", its the name of the project, and i wanted to do a loading screen, like show an imagem for 5sec, i did it, and i named "LoadingScreen" to the activity. I needed it to start first, so in the manifest i put this activity has launcher, works just fine, but the app name changed to "LoadingScreen" instead of "Moises". Like when i am testing it in my phone the name of the app appears "LoadingScreen". Can't i have one activity launcher different then main activity whithout changing the name? How can i fix it ?
Asked
Active
Viewed 42 times
0
-
check this out. http://stackoverflow.com/questions/5443304/how-to-change-an-android-apps-name – Ken Kwok Aug 05 '15 at 01:17
-
just it give the name you want to see – njzk2 Aug 05 '15 at 02:07
2 Answers
1
There are 2 labels in the manifest one is the android:name( app) and other you can have label for your each activity separately in the manifest.

frost
- 520
- 1
- 3
- 13