After scratching my head for a long time, and googling plenty. I couldn't make what I was trying to make because the b4a package manager class currently gets very basic information, unfortunately exactly missing what I need the list of activities and other info in a given package...
I found some java code that looks like the ticket.
If I can get this in there, I can pump out another killer feature on a new app...
I found some java code that looks like the ticket.
B4X:
ActivityInfo[] activityInfo = getPackageManager().getPackageInfo(pack.packageName, PackageManager.GET_ACTIVITIES).activities
If I can get this in there, I can pump out another killer feature on a new app...