hi,
Right now my application is sending a string "keyone" via bluetooth when key 1 is pressed. But now I want to run my application in background and on key combination like "*1" it should send "keyone" via bluetotth.
How should I catch key press when application is running in background?
Please let me know the solution.
Thank you.