From 3e01ab2b0e1566cf03ab9ca69f5023857df34bca Mon Sep 17 00:00:00 2001
From: Bert McMeen Try it out
-
-
@@ -27,6 +21,7 @@ and attach the following items to the message:
Unlike with data items, there is no syncing between the handheld and wearable apps.
Messages are a one-way communication mechanism that's good for remote procedure calls (RPC),
@@ -149,11 +144,9 @@ If you create a service that extends
WearableListenerService
to detect capability changes, you may want to override the
onConnectedNodes()
-method to listen to finer-grained connectivity details, such as when a wearable device switches
-from Wi-Fi to a Bluetooth connection to the handset. For an example implementation, see the
-DisconnectListenerService class in the
-FindMyPhone
-sample. For more information on how to listen for important events, see
+method to listen to finer-grained connectivity details, such as when a wearable
+device switches from Wi-Fi to a Bluetooth connection to the handset.
+For more information on how to listen for important events, see
Listen for Data Layer Events.