Shizuku
AppID: | moe.shizuku.privileged.api |
Author: | Rikka apps |
License: | Apache-2.0 |
Donation: | |
InRepoSince: | 2020-11-16 |
LastRepoUpdate: | 2022-06-12 |
LastAppUpdate: | 2022-06-12 |
LastVersion: | 12.8.1.r813.97acd55 |
Categories: | System |
Google Play: | Check if it's there |

When developing apps that requires root, the most common method is to run some commands in the su shell. For example, there is app uses pm enable/disable
command to enable/disable components. This method has very big disadvantages:
- Extremely slow (Multiple process creation)
- Needs to process texts (Super unreliable)
- The possibility is limited to available commands
- Even if adb has sufficient permissions, the app requires root privileges to run
Shizuku uses a completely different way. The most important feature Shizuku provides is something like be a middle man to receive requests from the app, sent to the system server, and send back the results. To the app, it is almost identical to the use system APIs directly. But it's much faster as it hooks into the system directly.
Several apps already use Shizuku. If you want to integrate it with yours, take a look at the Developer guide. For users, there's also a User guide.
Packages
Version 12.8.1.r813.97acd55 (2022-06-12)
Android Versions:
- Target:
- MinVer: 6.0
Permissions:
- FOREGROUND_SERVICE
- INTERNET
- RECEIVE_BOOT_COMPLETED
- moe.shizuku.manager.permission.MANAGER
Features:
- None
28 Libraries detected:
- Android Support v4 (Development Framework) The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see Understanding the Android Support Library.
- AndroidX Activity (Utility) provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Android Jetpack Annotations (Utility) library that contains the annotations for Android Jetpack.
- AppCompat (Utility) support newer Android features on older Android versions.
- Browser (Utility) display webpages in the user's default browser.
- Constraint Layout Library (Utility) library to reduce the number of nested views needed.
- Coordinatorlayout (UI Component) AndroidX library to position top-level application widgets, such as AppBarLayout and FloatingActionButton.
- Androidx Core (Utility) a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.
- Android Emoji2 Compat (UI Component) core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.
- AndroidX Fragment (UI Component) AndroidX library to encapsulate part of the user interface or behavior into reusable components.
- Lifecycle (Utility) perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Loader (Utility) library to load data for your UI that survives configuration changes.
- Preference (Utility) a library to build interactive settings screens without needing to interact with device storage or manage the UI.
- Recyclerview (Utility) display large sets of data in your UI while minimizing memory usage.
- Android Activity Saved State (Utility) provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Startup (Utility) AndroidX library to implement a straightforward, performant way to initialize components at app startup.
- Vectordrawable (UI Component) AndroidX library to render vector graphics.
- Android Jetpack VersionedParcelable (Utility) Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.
- AndroidX Widget ViewPager2 (UI Component) replaces AndroidX ViewPager, addressing most of its predecessor’s pain-points, including right-to-left layout support, vertical orientation, modifiable Fragment collections, etc.
- Google Material Design (Utility) library to help with material design guidelines.
- kotlinx.coroutines (Utility) library support for Kotlin coroutines.
- AppIconLoader (UI Component) app icon loader from AOSP Launcher3 iconloaderlib, with optional Glide and Coil integration.
- Shizuku (Utility) help normal apps using system APIs directly with adb/root privileges through a Java process started with app_process.
- AndroidHiddenApiBypass (Utility) library to bypass restrictions on non-SDK interfaces.
- Rikka HTML lib (Utility) a copy of the
android.text.Html
class to process HTML strings into displayable styled text. - Rikka Apps Preferences (Utility) ContentProvider-based SharedPreference with multi-process support and a version of ListPreference that use Simple Menus from Material Design 1.
- Shizuku (Utility) using system APIs directly with adb/root privileges from normal apps through a Java process started with app_process.
- Rikka Apps Widget (UI Component) BorderRecyclerView BorderNestedScrollView that shows border when content scrolls and a SwitchBar in system settings.
- None found BorderRecyclerView BorderNestedScrollView that shows border when content scrolls and a SwitchBar in system settings.
- None found BorderRecyclerView BorderNestedScrollView that shows border when content scrolls and a SwitchBar in system settings.
Download (3.3 M)
Version 12.8.0.r808.7d4ac78 (2022-06-09)
Android Versions:
- Target: 12.0
- MinVer: 6.0
Permissions:
- FOREGROUND_SERVICE
- INTERNET
- RECEIVE_BOOT_COMPLETED
- moe.shizuku.manager.permission.MANAGER
Features:
- None
28 Libraries detected:
- Android Support v4 (Development Framework) The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see Understanding the Android Support Library.
- AndroidX Activity (Utility) provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Android Jetpack Annotations (Utility) library that contains the annotations for Android Jetpack.
- AppCompat (Utility) support newer Android features on older Android versions.
- Browser (Utility) display webpages in the user's default browser.
- Constraint Layout Library (Utility) library to reduce the number of nested views needed.
- Coordinatorlayout (UI Component) AndroidX library to position top-level application widgets, such as AppBarLayout and FloatingActionButton.
- Androidx Core (Utility) a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.
- Android Emoji2 Compat (UI Component) core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.
- AndroidX Fragment (UI Component) AndroidX library to encapsulate part of the user interface or behavior into reusable components.
- Lifecycle (Utility) perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Loader (Utility) library to load data for your UI that survives configuration changes.
- Preference (Utility) a library to build interactive settings screens without needing to interact with device storage or manage the UI.
- Recyclerview (Utility) display large sets of data in your UI while minimizing memory usage.
- Android Activity Saved State (Utility) provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Startup (Utility) AndroidX library to implement a straightforward, performant way to initialize components at app startup.
- Vectordrawable (UI Component) AndroidX library to render vector graphics.
- Android Jetpack VersionedParcelable (Utility) Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.
- AndroidX Widget ViewPager2 (UI Component) replaces AndroidX ViewPager, addressing most of its predecessor’s pain-points, including right-to-left layout support, vertical orientation, modifiable Fragment collections, etc.
- Google Material Design (Utility) library to help with material design guidelines.
- kotlinx.coroutines (Utility) library support for Kotlin coroutines.
- AppIconLoader (UI Component) app icon loader from AOSP Launcher3 iconloaderlib, with optional Glide and Coil integration.
- Shizuku (Utility) help normal apps using system APIs directly with adb/root privileges through a Java process started with app_process.
- AndroidHiddenApiBypass (Utility) library to bypass restrictions on non-SDK interfaces.
- Rikka HTML lib (Utility) a copy of the
android.text.Html
class to process HTML strings into displayable styled text. - Rikka Apps Preferences (Utility) ContentProvider-based SharedPreference with multi-process support and a version of ListPreference that use Simple Menus from Material Design 1.
- Shizuku (Utility) using system APIs directly with adb/root privileges from normal apps through a Java process started with app_process.
- Rikka Apps Widget (UI Component) BorderRecyclerView BorderNestedScrollView that shows border when content scrolls and a SwitchBar in system settings.
- None found BorderRecyclerView BorderNestedScrollView that shows border when content scrolls and a SwitchBar in system settings.
- None found BorderRecyclerView BorderNestedScrollView that shows border when content scrolls and a SwitchBar in system settings.
Download (3.2 M)
Version 12.6.2.r790.907776f (2022-04-25)
Android Versions:
- Target: 12.0
- MinVer: 6.0
Permissions:
- FOREGROUND_SERVICE
- INTERNET
- RECEIVE_BOOT_COMPLETED
- moe.shizuku.manager.permission.MANAGER
Features:
- None
27 Libraries detected:
- Android Support v4 (Development Framework) The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see Understanding the Android Support Library.
- AndroidX Activity (Utility) provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Android Jetpack Annotations (Utility) library that contains the annotations for Android Jetpack.
- AppCompat (Utility) support newer Android features on older Android versions.
- Browser (Utility) display webpages in the user's default browser.
- Constraint Layout Library (Utility) library to reduce the number of nested views needed.
- Androidx Core (Utility) a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.
- Android Emoji2 Compat (UI Component) core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.
- Androidx Fragment (Development Aid)
- Lifecycle (Utility) perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Loader (Utility) library to load data for your UI that survives configuration changes.
- Preference (Utility) a library to build interactive settings screens without needing to interact with device storage or manage the UI.
- Recyclerview (Utility) display large sets of data in your UI while minimizing memory usage.
- Android Activity Saved State (Utility) provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Vectordrawable (UI Component) AndroidX library to render vector graphics.
- Android Jetpack VersionedParcelable (Utility) Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.
- AndroidX Widget ViewPager2 (UI Component) replaces AndroidX ViewPager, addressing most of its predecessor’s pain-points, including right-to-left layout support, vertical orientation, modifiable Fragment collections, etc.
- Google Material Design (Utility) library to help with material design guidelines.
- kotlinx.coroutines (Utility) library support for Kotlin coroutines.
- AppIconLoader (UI Component) app icon loader from AOSP Launcher3 iconloaderlib, with optional Glide and Coil integration.
- Shizuku (Utility) help normal apps using system APIs directly with adb/root privileges through a Java process started with app_process.
- AndroidHiddenApiBypass (Utility) library to bypass restrictions on non-SDK interfaces.
- Rikka HTML lib (Utility) a copy of the
android.text.Html
class to process HTML strings into displayable styled text. - Rikka Apps Preferences (Utility) ContentProvider-based SharedPreference with multi-process support and a version of ListPreference that use Simple Menus from Material Design 1.
- Shizuku (Utility) using system APIs directly with adb/root privileges from normal apps through a Java process started with app_process.
- Rikka Apps Widget (UI Component) BorderRecyclerView BorderNestedScrollView that shows border when content scrolls and a SwitchBar in system settings.
- Coordinatorlayout (UI Component) AndroidX library to position top-level application widgets, such as AppBarLayout and FloatingActionButton.
- None found AndroidX library to position top-level application widgets, such as AppBarLayout and FloatingActionButton.
- None found AndroidX library to position top-level application widgets, such as AppBarLayout and FloatingActionButton.
Download (3.2 M)