From a08e461c2f5d1adc7b3fe0828397dfe5a1c8febc Mon Sep 17 00:00:00 2001 From: sreevanis Date: Tue, 19 Jul 2016 10:43:05 -0700 Subject: [PATCH] docs: Fixed typo. Bug:24735177 Change-Id: I08e5f54795e5d26e2207fb9feccc0f2eff96ed70 --- docs/html/training/wearables/notifications/creating.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/training/wearables/notifications/creating.jd b/docs/html/training/wearables/notifications/creating.jd index 6f8497a21ec40..5663b585b94e7 100644 --- a/docs/html/training/wearables/notifications/creating.jd +++ b/docs/html/training/wearables/notifications/creating.jd @@ -28,7 +28,7 @@ notifications properly, whether they appear on a handheld or wearable.

Note: Notifications using {@link android.widget.RemoteViews} are stripped of custom -layouts and the wearable only displays the text and icons. However, you can create +layouts and the wearable only displays the text and icons. However, you can create custom notifications that use custom card layouts by creating a wearable app that runs on the wearable device.