diff options
author | Robert Ly <robertly@google.com> | 2014-07-17 20:23:20 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-07-17 18:11:21 +0000 |
commit | f1b18ded01adf94ee34dbd95a86616d8eadbdf06 (patch) | |
tree | a6ef0f8f53d4c863e92ae384a674537ed7f31997 /docs | |
parent | e287cf33d4cd69aef2177d025a110cf8b9f0e267 (diff) | |
parent | 2f84fbd9f9c9223dd41b543d37a1514fe1adab1c (diff) | |
download | frameworks_base-f1b18ded01adf94ee34dbd95a86616d8eadbdf06.zip frameworks_base-f1b18ded01adf94ee34dbd95a86616d8eadbdf06.tar.gz frameworks_base-f1b18ded01adf94ee34dbd95a86616d8eadbdf06.tar.bz2 |
Merge "docs: Fix typo in Wear docs. Bug: 16327298" into klp-modular-docs
Diffstat (limited to 'docs')
-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 |