feat(syncforreddit): add change-oauth-client-id patch (#2393)
This commit is contained in:
parent
bc97c10a53
commit
c93f0c6a99
9 changed files with 134 additions and 13 deletions
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");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue