Using ShareCompat and FileProvider from Android service instead of activity

Viewed 357

I have watched Sharing Content episode from Android Developers Patterns and they use ShareComapt.IntentReader and ShareCompat.IntentBuilder to share and receive easily intents. Is there any way to use this ShareCompat especially handling streams (files and images) using FileProvider but from Android service?

0 Answers
Related