base64 Member Licensed User Longtime User Sep 22, 2014 #1 I'm currently using the Share Library (http://www.b4x.com/android/forum/threads/share-library-beta.13915) to share images from my app, that also receives images from other apps. As a result, my app would also be shown on the "Share With..." dialog. Is there any way to exclude my own app in the dialog? If it's not possible (which it doesn't look like with the library), how do I do it with intent?
I'm currently using the Share Library (http://www.b4x.com/android/forum/threads/share-library-beta.13915) to share images from my app, that also receives images from other apps. As a result, my app would also be shown on the "Share With..." dialog. Is there any way to exclude my own app in the dialog? If it's not possible (which it doesn't look like with the library), how do I do it with intent?
LucaMs Expert Licensed User Longtime User Sep 22, 2014 #2 It seems that it is achievable. http://stackoverflow.com/questions/4064848/how-to-exclude-your-own-app-from-the-share-menu But need the help of an expert in the use of Reflection. Upvote 0
It seems that it is achievable. http://stackoverflow.com/questions/4064848/how-to-exclude-your-own-app-from-the-share-menu But need the help of an expert in the use of Reflection.
Erel B4X founder Staff member Licensed User Longtime User Sep 23, 2014 #3 You can build your own list with PackageManager.QueryIntentActivities. Upvote 0