mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 16:17:04 +01:00
fix(syncforreddit/change-oauth-client-id): use correct signature for Android API
This commit is contained in:
parent
7e8e504b41
commit
4db2eba6d6
@ -1,7 +1,9 @@
|
||||
package android.os;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
public final class Environment {
|
||||
public static String getExternalStorageDirectory() {
|
||||
public static File getExternalStorageDirectory() {
|
||||
throw new UnsupportedOperationException("Stub");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user