chore(syncforreddit/change-oauth-client-id): revert using downloads directory
This commit is contained in:
parent
055bc2e072
commit
2814328bfd
2 changed files with 2 additions and 7 deletions
|
|
@ -3,9 +3,7 @@ package android.os;
|
|||
import java.io.File;
|
||||
|
||||
public final class Environment {
|
||||
public static String DIRECTORY_DOWNLOADS = "Download";
|
||||
|
||||
public static File getExternalStoragePublicDirectory(final String type) {
|
||||
public static File getExternalStorageDirectory() {
|
||||
throw new UnsupportedOperationException("Stub");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue