AutoShare Event Keys - List (To use any key with Media-Play/Pause Intent.

Discussion in 'Guides / Examples / Ideas Forum' started by Theoldandini, Feb 19, 2015.

  1. Theoldandini

    Theoldandini New Member

    Joined:
    Feb 7, 2015
    Messages:
    3
    Likes Received:
    1
    I've found this list of Event Keys good for using any key with the AutoShare - Media - Play/Pause Intent.
    http://developer.android.com/reference/android/view/KeyEvent.html (approx half way down).

    Just find the number of the key you want to use, and replace the number on the "do not change this number" part of the Intent Task. For example, I use this to set up a remote-control of my podcast app which is on my tablet. The most common button I use is the fast-forward (15 seconds) button, to skip over the commercials. Two of my favorite podcast's have commercials included.
    That key is 90, not the default 86 of the play/pause button.
     
    joaomgcd likes this.
  2. Meartan

    Meartan New Member

    Joined:
    Mar 17, 2015
    Messages:
    5
    Likes Received:
    2
    thanx, these sort of things eventually always come in handy
     

Share This Page