Xposed Framework module to skip authentication on "Quickly open camera" gesture.
Fork of droserasprout/lockscreencamera
Updated for modern Xposed API and MIUI Camera compatibility.
- Migrated to libxposed API 101
- Added support for MIUI Camera (
com.android.camera) on custom ROMs - Fixed
ActivityBase.checkKeyguardbeing called after lockscreen hooks, which caused the camera to dismiss immediately - Built with AI assistance (Claude, z.ai, Gemini and Qwen)
- Android 11+
- root
- LSPosed (A fork that supports API 101 should work.)
- MIUI Camera or GCam port
- Install the APK
- Enable the module in LSPosed with scope:
com.android.cameraandsystem - Reboot
- Hooks
com.android.camera.Camera(via parent classActivityBase) to draw the activity over the lockscreen - Suppresses
ActivityBase.checkKeyguardandcheckKeyguardFlagwhich MIUI uses to override lockscreen display flags
(original links preserved from upstream)
- droserasprout/lockscreencamera - original module