How do I view Android application specific cache?

后端 未结 7 1308
滥情空心
滥情空心 2020-12-23 18:43

Is there any way to dynamically view the application specific cache in Android? I\'m saving images to the cache (/data/data/my_app_package/cache) and I\'m 99% sure they\'re

相关标签:
7条回答
  • 2020-12-23 19:19

    Question: Where is application-specific cache located on Android?

    Answer: /data/data

    0 讨论(0)
提交回复
热议问题