I want to work on an app
similar to Package Name Viewer 2.0 that could load the packagenames
of all the installed apps in the device
. Actually I have searched a lot about it even discussed with my seniors and even tried to contact with the owner of Package Name Viewer 2.0but got no answer. I am not asking to write the whole code just give a favor that how can i achieve this.
In short: I want to add the code in onCreate()
that whenever app starts it should load all the packagenames
of installed apps.
Related Question: How to get package name from anywhere?