diff options
-rw-r--r-- | docs/html/training/wearables/apps/creating.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/training/wearables/apps/creating.jd b/docs/html/training/wearables/apps/creating.jd index 49f8b0e..09a90c8 100644 --- a/docs/html/training/wearables/apps/creating.jd +++ b/docs/html/training/wearables/apps/creating.jd @@ -161,8 +161,8 @@ dependencies are imported for you in the appropriate module's <code>build.gradle However, these dependencies are not required, so read the following descriptions to find out if you need them or not:</p> <b>Notifications</b> -<p>The <a href="{@docRoot}tools/support-library/features.html#v4">The -Android v4 support library</a> (or v13, which includes v4) +<p>The <a href="{@docRoot}tools/support-library/features.html#v4">Android +v4 support library</a> (or v13, which includes v4) contains the APIs to extend your existing notifications on handhelds to support wearables.</p> <p>For notifications that appear only on |