We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8135a commit b76a0c4Copy full SHA for b76a0c4
core/java/android/os/Environment.java
@@ -518,9 +518,6 @@ public static File getExternalStorageAppCacheDirectory(String packageName) {
518
519
/**
520
* Gets the Android download/cache content directory.
521
- * <p>
522
- * Access to this path requires the
523
- * {@link android.Manifest.permission#ACCESS_CACHE_FILESYSTEM} permission.
524
*/
525
public static File getDownloadCacheDirectory() {
526
return DOWNLOAD_CACHE_DIRECTORY;
0 commit comments