mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-03 17:32:57 +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;
|
package android.os;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
|
||||||
public final class Environment {
|
public final class Environment {
|
||||||
public static String getExternalStorageDirectory() {
|
public static File getExternalStorageDirectory() {
|
||||||
throw new UnsupportedOperationException("Stub");
|
throw new UnsupportedOperationException("Stub");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user