mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-12 04:39:28 +01:00
8 lines
176 B
Java
8 lines
176 B
Java
package android.os;
|
|
|
|
public final class Environment {
|
|
public static String getExternalStorageDirectory() {
|
|
throw new UnsupportedOperationException("Stub");
|
|
}
|
|
}
|