ShizukuPlugin
class ShizukuPlugin : PrivilegedPlugin<ShizukuPlugin.InstallParameters, ShizukuPlugin.UninstallParameters, ShizukuInstallCapabilities, ShizukuUninstallCapabilities>
Ackpine plugin which enables installation and uninstallation through Shizuku when applied.
Shizuku versions below 11 are not supported, and with these versions operations will fall back to normal system's PackageInstaller, or INTENT_BASED installer/uninstaller (if was set).
Note: Shizuku permission and binder lifecycle are not managed by this Ackpine plugin. You must handle these in your app to successfully use Shizuku.
Types
Link copied to clipboard
Install parameters for ShizukuPlugin.
Link copied to clipboard
Install parameters for ShizukuPlugin.
Link copied to clipboard
Uninstall parameters for ShizukuPlugin. Take effect only on Android 8.1+.
Functions
Link copied to clipboard
Link copied to clipboard
open override fun getCapabilities(context: UninstallCapabilityContext): ShizukuUninstallCapabilities