diff options
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 000000000000..4ad5e5beb1ce --- /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> |