Thank you for reading my question and please don't mention the older answers because I went through every bit of old ones in here that nothing work out. And I tried to find something from Responding to media buttons in android developer documentation but I didn't understand it. Please be kind enough to support me!
I am developing an android application for blind people Therefore I want this application launch by using specific hardware button clicks. How can I do this? Any advice, help, pointers welcome!
Try to create broadcastreceiver:
Create App class that extends Application class and register this receiver. If it wont help - you will need to create separate service that will listen to user actions.