mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2026-06-14 21:08:28 +08:00
8 lines
161 B
Java
8 lines
161 B
Java
package android.app;
|
|
|
|
public class ActivityThread {
|
|
public static String currentProcessName() {
|
|
throw new IllegalArgumentException("Stub!");
|
|
}
|
|
}
|