Xposed Framework module to skip authentication on "Quickly open camera" gesture.
- Android 11+ (other versions not tested)
- Riru
- LSPosed (EdXposed not tested)
- ANXCamera or GCam port (other cameras not tested)
- Install latest version of Magisk
- Install Riru and Riru LSPosed from Magisk module repository
- Install Secure Lockscreen Camera package
- Enable module in LSPosed app with recommended scope, reboot
This module patches two classes to achieve it's goal:
com.android.camera.Camera
to draw activity over lockscreen without invoking Keyguard.com.android.server.GestureLauncherService
to create custom intent for this activity.
- Author of original Enable Camera on Lockscreen module with the same functionality but written 9 years ago.
- LSPosed Telegram group for valuable advice.
Just a bunch of useful links I used while developing this module.
- How to get Context through hooking in android
- Hook A Private Method In Another App Using Xposed
- How to capture multiple photos through camera in Android
- Get Activity name dynamically - android
- Calling one Activity from another in Android
- Android : Displaying view over the lockscreen (like Google Maps)
- How To Show Activity On Lock Screen When Password Is Set In Android
- Xposed-Modules-Repo/nil.nadph.qnotified - one of the most complicated modules out there.
- Mohamed-Gibreel/jitsi-flutter-phone - draws
JitsiMeetPluginActivity
activity the same way - darkeyes84/dark_tricks (outdated) - cool tricks
- sundayliu/XposedExamples - Xposed-related part of Lucky Patcher)