Installed application cache file name [closed]
can we track installed application cache file name and location.
With any android.context.Content
object such as inside an Activity you can get the path name of the cache directory with a call to getCacheDir()
http://developer.android.com/reference/android/content/Context.html#getCacheDir()
精彩评论