Skip to content

Instantly share code, notes, and snippets.

@tajchert
Created March 24, 2015 16:03
Show Gist options
  • Save tajchert/ce9a560f3a50a6933c1e to your computer and use it in GitHub Desktop.
Save tajchert/ce9a560f3a50a6933c1e to your computer and use it in GitHub Desktop.
List<Action> actions = wearableExtender.getActions();
for(Action act : actions) {
if(act != null && act.getRemoteInputs() != null) {
RemoteInput[] remoteInputs = act.getRemoteInputs();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment