Good day! In fact, I want to save files from the server to a folder in which they will not be visible to anyone other than this application, I just worked only with the assets folder.
Tell me how to register it in the method:
File myIcon = new File(getExternalFilesDir(null) + File.separator + "myIcon.png"); it turns out that I need to register my path instead of getExternalFilesDir (), but I do not know which path the assets have
/assetsfolder. useinternal storage- tim_taller