标签: android android-studio caching
虽然我以编程方式删除了我的android应用程序的缓存,但仅针对较低版本(即<25)删除了缓存。如何使用Android代码删除更高版本的缓存?
if(getApplicationContext().getCacheDir().delete()){ Log.d("TAG", "onCreate: hiiii"); }
以上是我用于删除较低级别缓存的代码。