mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-10 20:55:38 +02:00
fix(syncforreddit/change-oauth-client-id): use correct signature for Android API
This commit is contained in:
parent
7e8e504b41
commit
4db2eba6d6
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue