My question comes in two parts:
- Where does the Title field in the Listing Details display (Developer Console)?
- How does one set the title that appears under the icon of the app?
I do not need very detailed answers.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have a look at your
AndroidManifest.xmlfile. I’ll have something likeThen find the
app_namestring in your string resources file:That’s your application name. It will be displayed in the title bar and under the icon on the device.
When you upload an app to the market (sorry, google-play), you can enter a 30-char title of your app. Normally, you would enter the same title as you have in your app, however it can be different. Whatever you put into that field will be displayed as the title of the app when users search for or view details of your app in the Market (sorry, google play).
As a test, I just changed the name of one of my apps in the dev console and then searched for that app in the market. The new name was displayed when I opened the app details. However when I install that app, its name is what I have included in the manifest. (I changed the name back now.)