Android Developer (Side Project)
Zero-permission deep-link to SIM network settings — works on ColorOS where pm grant and appops set are blocked.
One-tap Android quick-settings tile + home-screen widget deep-link that flips your SIM network mode on Realme devices — zero permissions declared, built as a workaround for ColorOS that blocks standard permission grants.
On Realme GT Neo 3 (ColorOS 13), every standard Android permission grant route is blocked — pm grant, appops set, and settings put all refuse to grant WRITE_SECURE_SETTINGS. So you can’t write a normal app that toggles the SIM network mode in the background.
A CLEAR_TASK deep-link to Settings$MobileNetworkActivity. The user adds the NetSwitch quick-settings tile (or home-screen widget) and taps it — the Settings app opens directly on the SIM network mode toggle. Two taps, zero permissions required.