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)?