Skip to content

BosnianDev/Lock

 
 

Repository files navigation

Lock

A very simple and minimal app to lock the screen. It tries whenever possible to keep fingerprint unlock available.

You can now set any tap, double tap or long home press actions to immediately lock the screen, if your launcher allows you to configure custom gestures.

Description

Its behavior is very simple: on first run it will require the necessary permission according to the Android version you're running:

  • On Android 9+ devices, it will ask to be enabled as an accessibility service;
  • On Huawei devices running Android Nougat, it will immediately lock the screen, no permission required;
  • On other devices, the app will ask to be enabled as a Device Admin; fingerprint unlock will not be available.

After the necessary permission has been enabled, the app will immediately lock the screen the next time you open it.

Accessibility Service configuration

Here are some screenshots that explain how to configure this app as an Accessibility Service on Android 9+ devices:

Download

This app is available on F-Droid:

Get it on F-Droid

Changelog

1.4.0

It is now possible to use Accessibility Services on Android 9+ devices, so that you can continue using fingerprint unlock.

1.3.0

It is now possible to set Lock as an Assistant app (Settings > Apps > Advanced > Default apps > Assist & voice input). A long-press on home button will now lock the device wherever you are.

1.1.0

I recently updated to Nougat on my Huawei P9 Lite and it broke my app (screen lock by an administrator requires to enter full password or pin). Thanks to a XDA user, I updated my app to circumvent this. Now, on Huawei with Nougat and EMUI 5, it doesn't even require to be an administrator.

Uninstalling

How to remove an app with active device admin enabled on Android?

About

Screen locker for Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%