I want WearableListenerService to call onDataChanged() every time I make a request. I am aware that onDataChanged() is only called, well, on data change and not every time.
I can add dummy data with the date to make this happen, but that feels patchy.
Is there a more elegant way to achieve what I want to do?