Hi, after creating a PDF file I need the user to be able to choose where to send it: email, telegram, whatsapp, etc.
How can I make it show the different options available by the user's system?
That is, not me in charge, but delegate to the options that the user has installed on their system.
Thank you very much.
Edit: FileProvider is included as an internal library now. After investigating several issues with the current FileProvider code that you can find in the forum, I decided to make some improvements and implement it in a class. Starting from Android 7 (API 24) you cannot directly share file uris...