Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shizuku Binder WrapperOS #442

Open
masterGoverment opened this issue Jan 4, 2025 · 0 comments
Open

Shizuku Binder WrapperOS #442

masterGoverment opened this issue Jan 4, 2025 · 0 comments

Comments

@masterGoverment
Copy link

e-t-l:patch-1
shizuku/guide/setup.md
./adb/sdcard/Android/data/moe.shizuku.privileged.api/start.sh
data/user/0/com.android.chrome/app_chrome/Default (2)
private static final IPackageManager PACKAGE_MANAGER = IPackageManager.Stub.asInterface(
new ShizukuBinderWrapper(SystemServiceHelper.getSystemService("package")));

public static void grantRuntimePermission(String packageName, String permissionName, int userId) {
try {
PACKAGE_MANAGER.grantRuntimePermission(packageName, permissionName, userId);
} catch (RemoteException tr) {
throw new RuntimeException(tr.getMessage(), tr);
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@masterGoverment and others