use Shizuku API instead of rish

#10
This commit is contained in:
BinTianqi
2024-04-23 13:44:22 +08:00
parent fe6d640d32
commit e78b9809ee
12 changed files with 205 additions and 134 deletions

View File

@@ -0,0 +1,7 @@
package com.bintianqi.owndroid;
interface IUserService {
void destroy() = 16777114;
String execute(String command) = 1;
String getUid() = 2;
}