Hiding cached data from user so that user can't access it

依然范特西╮ 提交于 2019-12-08 09:06:58

问题


I have implemented offline caching in my app and for that I am storing images in external storage.I am automatically deleting the cached data based on the available space in external storage and once the limit reaches the specified value.I want that cached data to be remain hidden from user so that user can't access it.Is it possible to hide the cached data from the user?Or is there any way i can make cached data folder visiblity invisible in external storage?

来源:https://stackoverflow.com/questions/28893810/hiding-cached-data-from-user-so-that-user-cant-access-it

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!