Skip to content

Commit b76a0c4

Browse files
committed
Avoid mentioning hidden API in docs.
Change-Id: If83c179ec0d1b038e94a7fdca386c8ddf324e391
1 parent 1c8135a commit b76a0c4

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)