Freeze rarely-used Android apps to stop them running in the background and draining battery without uninstalling them.
Hide an app completely from your launcher and installed apps list so it appears almost uninstalled while keeping its data intact.
Automate freezing a set of apps at night using ADB commands or Android automation shortcuts.
Manage groups of apps with tags to freeze or unfreeze entire categories at once with a single tap.
The recommended Shizuku mode requires enabling wireless debugging on Android 11 or higher or having a rooted device, Device Owner mode via ADB is the alternative for non-rooted phones.
Hail (雹) is a free Android app for freezing installed applications on your device. Freezing means making an app unable to run when you do not need it, which can reduce memory use, save battery, and keep background processes in check. When you want to use the app again, you unfreeze it and it works normally. The app supports three ways to freeze: disabling, hiding, and suspending. A disabled app disappears from the launcher. A hidden app disappears from both the launcher and the installed apps list, putting it in a state close to uninstalled without actually removing its data. A suspended app (Android 7.0 and above) remains visible in the launcher but shows as a greyed-out icon, and the system blocks it from sending notifications or playing audio. Hail works with several different permission models depending on your device setup. If your Android phone supports wireless debugging (Android 11 and above) or is rooted, the recommended mode uses Shizuku, a tool that grants controlled elevated permissions. Root mode is also available but is noted as slower. Additional options include Device Owner mode, which is set up via a one-time ADB command, and Privileged System App mode for users building custom Android ROMs. The app also exposes an API that can be called from ADB commands or URL schemas, letting you automate freeze and unfreeze actions, lock the screen, or handle entire tag groups of apps at once. This makes it possible to trigger freezing through automation tools or shortcuts. Hail is available on F-Droid, is licensed under GPL v3, and supports community translations through Weblate.
← aistra0528 on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.