Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要以编程方式清理音乐缓存。我知道,一种方法是获取该应用程序的上下文,例如 com.htc.music,然后 getCacheDir 并删除它,但我不知道如何。第二个选项是使用路径 data/data/com.htc.music/cache 映射文件变量,然后删除子目录,但它不起作用。你有什么想法?
您是否将数据存储在应用程序数据中?如果是这样,您可以在活动中将其删除:YourActivity.this.deleteFile(filename);