0

When I instal an app from a local machine directly to the phone without specified android:label in manifest, it will show package name instead of application name. I know that.

But what will happen if I download an app from Play Store where the application name is specified but without android:label? What will be displayed instead of application name (package name from the code or an application name from Play Store)?

Mykyta
  • 3
  • 1
  • If android:label is missing it gives the app name as your package name. - You can look for answer by - [What happens if android label is not specified](https://stackoverflow.com/questions/33627845/what-happens-to-app-name-if-androidlabel-is-not-specified-in-android-manifest) – Nitish Dec 23 '21 at 05:21
  • [@Nitish](https://stackoverflow.com/users/16796366/nitish), even if I downloading from Google Play Store with specified name on the application page? – Mykyta Dec 23 '21 at 11:08
  • `application name from Play Store` this is only to show app name is Play store, You can even changes this name without any new release and changes will only reflect in play store. Installed app will refer to android:label or package name. Probably you could test this using beta release or internal testing release in play store to be 100% sure. – Nitish Dec 23 '21 at 11:22
  • Please add few screenshots to make your question more clear – Rahul Gaur Dec 31 '21 at 08:14
  • @Nitish already answered my question. Thank you! – Mykyta Jan 09 '22 at 22:53

0 Answers0