KeyEvent special Keys (like mute)

后端 未结 3 1941
心在旅途
心在旅途 2021-01-01 04:15

I\'m currently trying to create a little remote-app for Android to control a MediaPlayer (like Rythmbox) on my PC.

Most media-players understand the special keys on

3条回答
  •  长情又很酷
    2021-01-01 04:35

    VK_MEDIA_PLAY_PAUSE
    VK_VOLUME_MUTE
    VK_VOLUME_DOWN
    VK_MEDIA_NEXT_TRACK
    VK_MEDIA_PREV_TRACK
    

    Control a Windows apps using Java

    To temporarily solve your problem just google "rhythmbox android remote." There are some great projects already.

提交回复
热议问题