I am writing an android app where my service needs to send an image to some other apps (via a broadcast message or by starting a service - there a multiple apps that might b
Yes, it is not possible to pass a ParcelFileDescriptor through an Intent. Although this does not seem to be clearly documented in the Android docs.
Alternatives: