mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-18 00:33:57 +00:00
feat(syncforreddit): add change-oauth-client-id patch (#2393)
This commit is contained in:
7
dummy/src/main/java/android/os/Environment.java
Normal file
7
dummy/src/main/java/android/os/Environment.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package android.os;
|
||||
|
||||
public final class Environment {
|
||||
public static String getExternalStorageDirectory() {
|
||||
throw new UnsupportedOperationException("Stub");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user