Can I launch my android app when the screen is locked, with the device's physical side buttons (a combination of them is also acceptable)?
Asked
Active
Viewed 163 times
1
-
Launching (starting) a app a this point sounds like a catch22 for me, because any program that should unlock the screen, has to be activated a first, for that you have to unlock the screen and start it. – Alex Jan 29 '17 at 11:33
1 Answers
0
If you are looking for unlocking the screen when the app is running, I would look into tihs -> How to Lock/Unlock screen programmatically?
-
No, I'm looking for a way to launch the app when the screen is locked... – Elior B.Y. Jan 29 '17 at 15:01