mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-23 02:31:03 +00: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");
|
|
}
|
|
}
|