From 5389f46ce4245a6a0cfc931160ea13dab17f6590 Mon Sep 17 00:00:00 2001 From: David Friedman Date: Thu, 20 Aug 2015 08:31:07 -0700 Subject: Docs: Fixes to interactive-watch-face docs (CL 743190) Change-Id: I2b9c7d7afbf5583da01808027869e1e98873c7d1 --- docs/html/training/wearables/watch-faces/index.jd | 2 +- docs/html/training/wearables/watch-faces/interacting.jd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/html/training/wearables/watch-faces/index.jd b/docs/html/training/wearables/watch-faces/index.jd index b544636..a329fda 100644 --- a/docs/html/training/wearables/watch-faces/index.jd +++ b/docs/html/training/wearables/watch-faces/index.jd @@ -66,7 +66,7 @@ Drawing Watch Faces Showing Information in Watch Faces
Learn how to incorporate contextual information into your watch face.
-Making Your Watch Face Interactive
+Creating Interactive Watch Faces
Learn how to enable the user to interact with your watch face.
Providing Configuration Activities
diff --git a/docs/html/training/wearables/watch-faces/interacting.jd b/docs/html/training/wearables/watch-faces/interacting.jd index 4f2486c..5a44fde 100644 --- a/docs/html/training/wearables/watch-faces/interacting.jd +++ b/docs/html/training/wearables/watch-faces/interacting.jd @@ -62,10 +62,10 @@ implementation.

reserves gestures such as drag and long-press for system UI elements. Therefore, the system does not send raw touch events to the watch face. Instead, the system forwards specific commands to the -method. +onTapCommand() method.

The system sends the first command, - + {@code TAP_TYPE_TOUCH}, when the user initially touches the screen. This event lets you provide visual feedback to the user on touch. Your app should not launch a UI when this event triggers. Launching a UI prevents drag events from opening the app -- cgit v1.1