mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-30 14:44:33 +02: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");
|
|
}
|
|
}
|