mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-23 10:41:03 +00:00
chore(syncforreddit/change-oauth-client-id): revert using downloads directory
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user