I want to initiate my activity anytime using Volume up/down hardware button is this possible using services?

StackOverflow https://stackoverflow.com/questions/14507216

I want to initiate my activity anytime using Volume up/down hardware button. I tried in some links but no use. And also i want to know how to use service for this.

Thanks in advance..

有帮助吗?

解决方案

This is not possible on Android. The Volume Buttons can't be monitored or accessed by your app unless it is the current foreground app (i.e. you have an Activity visible and in use on the screen).

An alternative could be to listen for device shake motion and start then.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top