ShizukuPlugin

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
Link copied to clipboard

Uninstall parameters for ShizukuPlugin. Take effect only on Android 8.1+.

Properties

Link copied to clipboard
override val id: String

Functions

Link copied to clipboard
open override fun apply(builder: InstallParameters.Builder)
open override fun apply(scope: InstallPluginScope)
open override fun apply(scope: UninstallPluginScope)
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String