Manage delegated admins

Upgrade AGP and gradle wrapper version
Fix navigation bug of Shizuku
Fix Action build
This commit is contained in:
BinTianqi
2025-01-23 21:21:51 +08:00
parent 0b90d7c0f3
commit a8392adb42
12 changed files with 223 additions and 38 deletions

View File

@@ -6,4 +6,5 @@ interface IUserService {
String execute(String command) = 1;
int getUid() = 2;
Account[] listAccounts() = 3;
void destroy() = 16777114;
}