From 3e01ab2b0e1566cf03ab9ca69f5023857df34bca Mon Sep 17 00:00:00 2001 From: Bert McMeen Date: Mon, 10 Oct 2016 14:21:00 -0700 Subject: Docs: Remove a reference to a deprecated sample Bug: 31709180 Change-Id: Ieec19820b1154628236495541a28b50089c4e0cd --- docs/html/training/wearables/data-layer/messages.jd | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/docs/html/training/wearables/data-layer/messages.jd b/docs/html/training/wearables/data-layer/messages.jd index ef9bfb176a5b..8c4b730c97cd 100644 --- a/docs/html/training/wearables/data-layer/messages.jd +++ b/docs/html/training/wearables/data-layer/messages.jd @@ -10,12 +10,6 @@ page.title=Sending and Receiving Messages
  • Send a Message
  • Receive a Message
  • -

    Try it out

    - @@ -27,6 +21,7 @@ and attach the following items to the message:

  • An arbitrary payload (optional)
  • A path that uniquely identifies the message's action
  • +

    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.

    -- cgit v1.2.3-59-g8ed1b