simple android lock screen apps, show ads image and slide to unlock
Simple configure to add lockscreen in apps, see example in MainActivity
init
LockScreen.getInstance().init(this);
init with disable home button
LockScreen.getInstance().init(this,true);
check is active
LockScreen.getInstance().isActive()
active lock screen
LockScreen.getInstance().active();
deactive lock screen
LockScreen.getInstance().deactivate();