I want to open a alertbox by pressing volume down button even if my app is closed. Please help me and do tell if it is possible or not.
Can we update UI by overriding hardware buttons in Android
98 views Asked by Rahul Sood At
3
There are 3 answers
0
On
The other answers will only work if app is not closed. OP asked if he can do that even if the app is closed. In simple words, that is not possible because even by creating a service in background, it wont work as services don't receive key callback events. This post shows a workaround, you can go ahead and try that however chances of it working in every ROM are low.
Try this: