The function that I do is create a .PNG of the image that I select in the Gallery, until now I have been saving them in Internal Memory but now I want to save them in data / data / package / images but I do not know how to do it.
This is how I save them in the Internal Memory :
File dir = Environment.getExternalStoragePublicDirectory("Download/Images");
I need something similar but in the new route as I comment. I've tried this comment @Jorgesys but it has not worked:
File dir = new File(this.getFilesDir(), "/data/data/package/Images");