-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Pull requests: RikkaApps/Shizuku
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
are a system app 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); } }
#2255
opened Jul 10, 2026 by
josebalam8339-eng
Loading…
feat: add Literary Chinese (文言) + LOLCAT + Chinese LOLCAT translations
#2060
opened May 5, 2026 by
suer781
Loading…
Create SECURITY.mdhttps://github.com/RikkaApps/Shizuku/issues/new/choose
#2059
opened May 4, 2026 by
theth6705-prog
Loading…
fix: add isInMultiWindowMode to improve multi-window detection
#2000
opened Apr 11, 2026 by
huhuime
Loading…
Previous Next
ProTip!
Follow long discussions with comments:>50.