mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
Bind Shizuku service before navigate to it
Fix CI building
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package com.bintianqi.owndroid;
|
||||
|
||||
import android.accounts.Account;
|
||||
|
||||
interface IUserService {
|
||||
String execute(String command) = 1;
|
||||
int getUid() = 2;
|
||||
Account[] listAccounts() = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user