Is it possible to send some intent like KEYCODE_MEDIA_NEXT programically
?
P.S KEYCODE_MEDIA_NEXT
is an event that appear after clicking some media button but I want to send it programically.
Asked
Active
Viewed 370 times
0

PatLas
- 179
- 1
- 5
- 16
-
Does not work: http://stackoverflow.com/questions/5635486/android-keyevent-injection-requires-system-permissions – zapl Apr 18 '12 at 15:57
-
I saw that topis but I hope that there are some changes in android soft because this post has been written about 1 year ago. – PatLas Apr 18 '12 at 19:05
-
The key injection part will probably never change since it would allow you to take control over the device & do a lot of harmful things. – zapl Apr 18 '12 at 19:09
-
Even if I want to inject event like MEDIA_NEXT to change music in music application? – PatLas Apr 18 '12 at 19:41