I’m using assets as standard icons storage but now I have request that these icons should be updated for some cases. I know that I can’t touch assets, so do you have any suggestions where to store them?? These files should be pre-installed and updated for some cases. From start I’ve been thinking about Internal Storage but now I have some doubts. What do you think???
Share
So the solution to this problem was to put current available images in assets. App checks is there anything new every time user logs in, if yes places new images in /data/../images folder. When icons are required, I first check assets and then the storage. In new app releases I include the new icons in the assets folder.