Skip to content

Instantly share code, notes, and snippets.

@tajchert
Created March 24, 2015 16:03
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