Setup Manual

Choose the setup method that works best for you.

Setup methods

Recommended
Method A — Shizuku

Grant permission directly from the app. After the one-time setup, no PC is needed. Works with Wireless Debugging (Android 11+) or USB pairing.

Start Shizuku setup →
Advanced
Method B — ADB Command

Connect your device to a PC and run one pm grant command. Supports Windows, macOS, and Linux.

Start ADB setup →

Which method should I choose?

Use Shizuku if: You want a self-contained solution with no ongoing PC requirement, or if you frequently toggle USB debugging and want it to be fast.
Use ADB if: You are already comfortable with ADB and prefer not to install an extra app, or if Shizuku is unavailable on your device.

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.