Turn Off Sensors
April 1, 2026 ยท View on GitHub
Disables device sensors on startup via the sensor_privacy service on Android (see: source.android.com)
Tested: Android 10 to Android 17 beta (All builds as of 4/1/2026)
Note: This will not work on Android Builds older than Android 10 due to the sensor_privacy service being nonexistant.
Install
- Build or download the zip from releases.
- Open magisk app and click the modules tab, choose install from storage and select the zip file you downloaded in the previous step.
- Wait for installation.
- Reboot your device.
- Now whoever you're hiding from can no longer see you.
Build
Run make to create the zip.
Note: The 'zip' command line utility is required.