diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2008-10-21 07:00:00 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2008-10-21 07:00:00 -0700 |
commit | 54b6cfa9a9e5b861a9930af873580d6dc20f773c (patch) | |
tree | 35051494d2af230dce54d6b31c6af8fc24091316 /docs/html/guide/appendix/index.jd | |
download | frameworks_base-54b6cfa9a9e5b861a9930af873580d6dc20f773c.zip frameworks_base-54b6cfa9a9e5b861a9930af873580d6dc20f773c.tar.gz frameworks_base-54b6cfa9a9e5b861a9930af873580d6dc20f773c.tar.bz2 |
Initial Contribution
Diffstat (limited to 'docs/html/guide/appendix/index.jd')
-rw-r--r-- | docs/html/guide/appendix/index.jd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/html/guide/appendix/index.jd b/docs/html/guide/appendix/index.jd new file mode 100644 index 0000000..4ad5e5b --- /dev/null +++ b/docs/html/guide/appendix/index.jd @@ -0,0 +1,13 @@ +page.title=Appendix +@jd:body + +<dl> + <dt><a href="media-formats.html">Supported Android Media Formats</a></dt> + <dd>A list of media codecs included in the Android platform.</dd> + <dt><a href="g-app-intents.html">Intents List: Invoking Google Applications on Android Devices</a></dt> + <dd>Intents you can send to invoke Google applications on Android devices.</dd> + <dt><a href="faq/">FAQs, Tips, and How-to</a></dt> + <dd>How to get things done in Android.</dd> + <dt><a href="glossary.html">Glossary</a></dt> + <dd>Glossary of Android terms.</dd> +</dl> |