Skip to content

Commit 5d6562d

Browse files
Justin HoAndroid (Google) Code Review
authored andcommitted
Merge "Avoid mentioning hidden API in docs." into jb-mr1-dev
2 parents bf310d1 + b76a0c4 commit 5d6562d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/java/android/os/Environment.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,9 +518,6 @@ public static File getExternalStorageAppCacheDirectory(String packageName) {
518518

519519
/**
520520
* 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.
524521
*/
525522
public static File getDownloadCacheDirectory() {
526523
return DOWNLOAD_CACHE_DIRECTORY;

0 commit comments

Comments
 (0)