• How to create android lock screen

    GloriaFine Member

    Hello i am new in android programming and i want to know hoe to create android lock screen application. or any type of tutorial about lock screen.

  • Amit Member

    You can create a service that runs continuously in background, this service can register a receiver

    which will be used to get the SCREEN_ON and SCREEN_OFF intent.

    When SCREEN_ON is called you can start your lock screen activity in New Task to ask for password.

  • SapnaVishwas Member

    This sample should help you get started.

    
    https://github.com/Joisar/LockScreenApp
Viewing 2 reply threads
  • You must be logged in to reply to this topic.