Questions from beginners, can anyone tell me?

hello everyone, I want to ask something, is it true that an application that has been added to the Playstore cannot be viewed files and how to create it? Inside chrome: // inspect # devices my application can be seen its manufacture, but when I open another application it can’t be seen. Is it because I built with Cordova so it can be seen, or my application was not downloaded from the Playstore? or is there a way to hide it?
sorry this is a question from me who is a beginner :slight_smile:

You can see because the app is not signing.
https://medium.com/programmingsolution/cordova-signing-app-for-playstore-97ee5d10898e

The link explains how to do it with android studio but you can do it with cordova cli too.

wow, thanks a lot. thanks for answering, thanks for the solution :slight_smile: