onMessageReceived() never called, although connected to handheld
问题 I want to send Messages from a handheld device to a smartwatch (Moto360) only when a message comes up. I made sure that both modules have the same package name, debug.key and version number. The listener gets added in onConnected() and the function is always called. Here is my Handheld gradle.build: apply plugin: 'com.android.application' android { compileSdkVersion 19 buildToolsVersion "22.0.0" defaultConfig { applicationId "de.bachelorthesis.important" minSdkVersion 9 targetSdkVersion 19