Sharing encrypted file

115 Views Asked by At

I'm using ShareCompat in my application. I'm downloading a file from the backend and then sharing it to other applications with .setStream(uriFileProvider.getUriForFile(getActivity(), authority, file)). Is it possible to share the encrypted file, for example using EncryptedFile because I don't want to store non-encrypted files on my device at any time?

0

There are 0 best solutions below