Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 3.25 KB

File metadata and controls

54 lines (38 loc) · 3.25 KB

Secure Lockscreen Camera

Xposed Framework module to skip authentication on "Quickly open camera" gesture.

Requirements

Installation

  1. Install latest version of Magisk
  2. Install Riru and Riru LSPosed from Magisk module repository
  3. Install Secure Lockscreen Camera package
  4. Enable module in LSPosed app with recommended scope, reboot

How does it work

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.

Thanks

Further reading

Just a bunch of useful links I used while developing this module.

General

StackOverflow quetions

Projects