Hi, is there a way to get a list of installed apps (package names) which accept a specific intent? For instance, I would like to get the package-names of all installed apps (on a phone/tablet) that can run or handle the following intent: Intent i = new Intent("android.intent.action.VIEW")...
www.b4x.com
Then you can manually create your own "Share" dialog that will list just those applications without the "Remember..." checkbox.