Initial: initial commit

This commit is contained in:
kr328
2021-05-15 00:51:08 +08:00
commit 07e8afa69a
483 changed files with 26328 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.github.kr328.clash.hideapi" />

View File

@@ -0,0 +1,7 @@
package android.app;
public class ActivityThread {
public static String currentProcessName() {
throw new IllegalArgumentException("Stub!");
}
}