diff options
author | Quddus Chong <quddusc@google.com> | 2014-11-21 12:19:19 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-21 12:19:19 +0000 |
commit | 5bd45a66710f8afc3aefe26d20f362ea9f96361c (patch) | |
tree | adc1bd950d425d464d9be89acfca539cbdbb1c98 /docs | |
parent | 7cfcfba9d31246e48d8eb1448bd784b8f38ec14e (diff) | |
parent | 5b51858dc29f7892c17c82ef1c2fecf767c89f41 (diff) | |
download | frameworks_base-5bd45a66710f8afc3aefe26d20f362ea9f96361c.zip frameworks_base-5bd45a66710f8afc3aefe26d20f362ea9f96361c.tar.gz frameworks_base-5bd45a66710f8afc3aefe26d20f362ea9f96361c.tar.bz2 |
am 5b51858d: am ecccf10b: am 5b944f4a: am 8428c114: am 9b822b96: docs: Added link to CarExtender class from Auto Getting Started doc. automerge: a1e1890
* commit '5b51858dc29f7892c17c82ef1c2fecf767c89f41':
docs: Added link to CarExtender class from Auto Getting Started doc.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/training/auto/start/index.jd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/html/training/auto/start/index.jd b/docs/html/training/auto/start/index.jd index b955cef..8abe5c5 100644 --- a/docs/html/training/auto/start/index.jd +++ b/docs/html/training/auto/start/index.jd @@ -81,7 +81,8 @@ to 21 or higher. </li> <li><strong><a href="{@docRoot}tools/support-library/setup.html">Install the support library</a></strong> - If you are building messaging apps for Auto, you -need the {@code NotificationCompat.CarExtender} class contained in the +need the {@link android.support.v4.app.NotificationCompat.CarExtender} class +contained in the <a href="{@docRoot}tools/support-library/features.html#v4">v4 support library</a>. This class allows you to create notifications that are compatible with Auto devices.</li> |