0

I have written a home replacement app that listens to the HOME-Intent and is started whenever the user presses the home button on the device.

This works fine if the phone is unlocked. But if the lock screen is shown and my home replacement app is not running anymore, a press on the home button will not start my application.

Is there a way around this?

Twilite
  • 873
  • 9
  • 22

1 Answers1

0

No that is what the lock-screen is doing - locking your phone and preventing it from responding to the buttons.

It wouldn't be a lock-screen if it responded the way you are suggesting.

Perhaps if you write your own custom lock-style application, which would behave similar to a lock-screen.

Richard Le Mesurier
  • 29,432
  • 22
  • 140
  • 255