I followed the tutorial to invoke a Wearable activity from phone, posted here How to send notification from handheld to wear to open Activity on wear device. However, I grab
after onDataChanged method, I am forcing
onDataChanged(DataEventBuffer dataEvents) {
--doDataStuff---
mGoogleApiClient.disconnect(); mGoogleApiClient.connect();
}
only with this setting the onDataChanged is working for me.