From d3cc11a1647c2aa9d830c1538e6a3b1355c9ca1f Mon Sep 17 00:00:00 2001 From: Luan Nguyen Date: Thu, 15 Jan 2015 09:24:09 -0800 Subject: docs: Remove reference to handheld app for bitmap resource locations. bug: 17577838 Change-Id: I54cfd7a73d21464077d8644bbe1a2d8896f745e6 --- docs/html/training/wearables/notifications/creating.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/html/training/wearables/notifications/creating.jd b/docs/html/training/wearables/notifications/creating.jd index 542664b..6f8497a 100644 --- a/docs/html/training/wearables/notifications/creating.jd +++ b/docs/html/training/wearables/notifications/creating.jd @@ -270,10 +270,10 @@ methods are just two examples of new notification features available with {@link android.support.v4.app.NotificationCompat.WearableExtender#setBackground setBackground()} should have a resolution of 400x400 for non-scrolling backgrounds and 640x400 for backgrounds that support parallax scrolling. Place these bitmap images in the res/drawable-nodpi -directory of your handheld app. Place other non-bitmap resources for wearable notifications, such +directory. Place other non-bitmap resources for wearable notifications, such as those used with the {@link android.support.v4.app.NotificationCompat.WearableExtender#setContentIcon setContentIcon()} -method, in the res/drawable-hdpi directory of your handheld app.

+method, in the res/drawable-hdpi directory.

If you ever need to read wearable-specific options at a later time, use the corresponding get method for the option. This example calls the -- cgit v1.1