A simple Android application to launch the LSPosed Manager using the secret code broadcast. This is useful if you have hidden the LSPosed Manager icon and want a quick way to open it from your launcher.
- Launches LSPosed Manager directly from the app drawer.
- Requires Root access to execute the broadcast command.
- Automatically closes after execution.
- Lightweight and minimal (no UI).
The app executes the following command with root privileges:
am broadcast -a android.telephony.action.SECRET_CODE -d android_secret_code://5776733- Rooted Android device (Magisk/KernelSU/APatch).
- LSPosed installed.
This project is licensed under the MIT License - see the LICENSE file for details.
这是一个简单的 Android 应用程序,通过发送隐秘代码广播来启动 LSPosed 管理器。如果您隐藏了 LSPosed 管理器的图标,并希望通过启动器快速打开它,这个工具会非常有用。
- 直接从应用抽屉启动 LSPosed 管理器。
- 需要 Root 权限来执行广播命令。
- 执行后自动关闭。
- 轻量级且极简(无 UI)。
应用以 Root 权限执行以下命令:
am broadcast -a android.telephony.action.SECRET_CODE -d android_secret_code://5776733- 已 Root 的 Android 设备 (Magisk/KernelSU/APatch)。
- 已安装 LSPosed。
本项目采用 MIT 许可证 - 详情请参阅 LICENSE 文件。