i have started a new project just to test this library
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
Lockscreen.getInstance(getApplicationContext()).startLockscreenService();
}
i'm able to see that if i turn my screen off and then on this activity goes on top of all but home button and back button are working :(
please kindly explain how to use it, and hanks for your work it's awesome !
i have started a new project just to test this library
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
Lockscreen.getInstance(getApplicationContext()).startLockscreenService();
}
i'm able to see that if i turn my screen off and then on this activity goes on top of all but home button and back button are working :(
please kindly explain how to use it, and hanks for your work it's awesome !