Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inconsistency between Lock button and auto lock #1

Open
Zergity opened this issue Jul 1, 2022 · 2 comments
Open

inconsistency between Lock button and auto lock #1

Zergity opened this issue Jul 1, 2022 · 2 comments

Comments

@Zergity
Copy link

Zergity commented Jul 1, 2022

when the device (Android) is protected by a biometric (fingerprint), there's inconsistency in behavior between the Lock button and auto-lock:

  • Lock button > allow unlocking by biometric
  • auto-lock > no biometric option, PIN is required
@ledhcg
Copy link
Owner

ledhcg commented Jul 2, 2022

Fixed:
Use "AccessibilityService" instead of "DevicePolicyManager" to lock the screen when the user presses the button "Lock the Phone"
image

@Zergity
Copy link
Author

Zergity commented Jul 2, 2022

Fixed: Use "AccessibilityService" instead of "DevicePolicyManager" to lock the screen when the user presses the button "Lock the Phone" image

great, please create a new build for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants