Skip to content

andynjux/AppLock

 
 

Repository files navigation

Android application lock

Feature

  • All android sdk supported.
  • Specified custom timeout.
  • Easy to modify style.

Usage

How to enable application lock?

Implement application and enable it as:

LockManager.getInstance().enableAppLock(this);

Make all activity to extends BaseActivity:

public class HomePage extends BaseActivity{
}

Demo

demo manage screen

demo unlock screen

=== Any further question?

email me please!

About

Library for android application lock.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%