Skip to content

Commit

Permalink
fix(syncforreddit/change-oauth-client-id): use correct signature for …
Browse files Browse the repository at this point in the history
…Android API
  • Loading branch information
oSumAtrIX committed Jun 12, 2023
1 parent 7e8e504 commit 4db2eba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dummy/src/main/java/android/os/Environment.java
Original file line number Diff line number Diff line change
@@ -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");
}
}

0 comments on commit 4db2eba

Please sign in to comment.