You can use PackageManager from the Phone library to get all the installed applications. You will need to do the filtering yourself (they are not tagged in any special way).
Dim pm As PackageManager
Dim Intent1 As Intent
Intent1.Initialize(Intent1.ACTION_VIEW, "geo://")
For Each cn As String In pm.QueryIntentActivities( Intent1)
Log(cn)
Next
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.