Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

SeptiyanAndika/simple-android-lockscreen-ads

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages