Setup Manual
Choose the setup method that works best for you.
Setup methods
Grant permission directly from the app. After the one-time setup, no PC is needed. Works with Wireless Debugging (Android 11+) or USB pairing.
Connect your device to a PC and run one pm grant command.
Supports Windows, macOS, and Linux.
Which method should I choose?
What is WRITE_SECURE_SETTINGS?
android.permission.WRITE_SECURE_SETTINGS is a protected system
permission that lets apps modify secure system settings — in this case,
the USB debugging flag. Android does not allow it to be requested via the
normal runtime permission dialog, so it must be granted once via Shizuku
or a manual ADB command.
The permission persists until the app is uninstalled or explicitly revoked.