I am making SOS app that sends emails/SMSs to contacts you add if you hit combination of hardware buttons even if app is not running (for example volumeUp volumeDown volumeUp) and sends your location to contacts you added. For as much as I found out that is Impossible because
- It is impossible to listen for hardware buttons in background service
- You cant check for combination of buttons only for 1 even if you are in Activity