Kastri
Kastri copied to clipboard
[ShareItems] Allow control over which apps can be shared to on Android
Original request came from Alisson Rodrigo Oliviera in the Telegram group
Implement an intent chooser where more than one package is specified, or simply use setPackage on the intent
thanks
As per my comment in the Telegram chat, you can target single apps by using the overload of the Share method that has the ATargetPackage parameter (pass the package name, e.g. com.whatsapp).
I'll leave this open anyway, as I have a solution for allowing the user to choose from more than one that could be specified in the call to Share