English | 简体中文
RebootNya is a simple yet advanced reboot app that supports both Root and Shizuku!
Tested on some devices and works well on Android 8.1 to 16.
On some ROMs’ default launcher, the transparent background may not display correctly (e.g., ColorOS 15). The solution is to switch to another launcher, such as Lawnchair.
RebootNya now supports launching and closing the app via specific intents, allowing integration with external automation tools. Send the following intent to class github.daisukikaffuchino.rebootnya.MainActivity to use the feature.
<!-- Launch app -->
<action android:name="github.daisukikaffuchino.rebootnya.action.LAUNCH" />
<!-- Close app -->
<action android:name="github.daisukikaffuchino.rebootnya.action.CLOSE" />
<!-- Switch interface visibility -->
<action android:name="github.daisukikaffuchino.rebootnya.action.TOGGLE" />One of my old phones has both the power and volume buttons broken, so I urgently needed an advanced reboot app that is aesthetically pleasing, lightweight, and easy to use.
Feel free to dive in! Open an issue or submit pull requests (PRs).
This project exists thanks to all the people who contribute.
- RebootNya: Apache-2.0 license
- Android Jetpack: Apache-2.0 license
- Material Components for Android: Apache-2.0 license
- libsu: Apache-2.0 license
- RikkaX: MIT license
- Shizuku-API: Apache-2.0 license

