SeptiyanAndika / simple-android-lockscreen-ads

simple android lock screen apps, show ads image and slide to unlock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple android lock screen ads

simple android lock screen apps, show ads image and slide to unlock

Config

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();

Preview

Preview Preview

Sample APK

LockScreenTest.apk

About

simple android lock screen apps, show ads image and slide to unlock


Languages

Language:Java 100.0%