I managed to use the package manager to make a list of apps on my phone much like the apps panel. I'd like to know get activity strings that I can execute though. sorta like some shortcut apps do.
So say I got a package name:
com.android.settings
I want to get it's activities like:
com.android.settings.display
com.android.settings.audio
com.android.settings.network
etc...
It seems that part isn't exactly in the package manager class. Any idea how I could do that?
So say I got a package name:
com.android.settings
I want to get it's activities like:
com.android.settings.display
com.android.settings.audio
com.android.settings.network
etc...
It seems that part isn't exactly in the package manager class. Any idea how I could do that?