You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: add Proguard rules for Shizuku and silent installer
- Add keep rules for `ShizukuInstallerServiceImpl` to prevent R8 from renaming the class name passed to Shizuku's `bindUserService()`.
- Preserve AIDL-generated Stub and Proxy classes for `IShizukuInstallerService` to ensure functional IPC between the app and privileged processes.
- Include keep and dontwarn rules for `rikka.shizuku` library internals and binder listeners.
0 commit comments