manager: supports grant root access to cross profile. close #271

This commit is contained in:
tiann
2023-04-18 17:38:48 +08:00
parent a3c72c22c1
commit 2bc84014c2
5 changed files with 144 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
// IKsuInterface.aidl
package me.weishu.kernelsu;
import android.content.pm.PackageInfo;
import java.util.List;
interface IKsuInterface {
List<PackageInfo> getPackages();
}