Is there any way that I can post process the bytes that are being downloaded?
Example I have a file my_file.jpg, I don't want this file to be accessible by rooted devices. So what I want to do is intercept the bytes encrypt it and then saving
Below is how I am doing today. I'd like to have a way to encrypt it in the native side