From 3dec7d563a2f3e1eb967ce2054a00b6620e3558c Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Mon, 2 Mar 2009 22:54:33 -0800 Subject: auto import from //depot/cupcake/@137055 --- docs/html/guide/publishing/app-signing.jd | 2 +- docs/html/guide/publishing/preparing.jd | 36 +++++++++--------- docs/html/guide/publishing/publishing.jd | 2 +- docs/html/guide/topics/manifest/manifest-intro.jd | 2 +- docs/html/guide/topics/ui/themes.jd | 43 ++++++++++------------ .../guide/tutorials/views/hello-autocomplete.jd | 2 +- docs/html/guide/tutorials/views/hello-formstuff.jd | 20 +++++----- docs/html/guide/tutorials/views/hello-gridview.jd | 1 + docs/html/guide/tutorials/views/hello-mapview.jd | 34 +++++++++-------- 9 files changed, 72 insertions(+), 70 deletions(-) (limited to 'docs/html/guide') diff --git a/docs/html/guide/publishing/app-signing.jd b/docs/html/guide/publishing/app-signing.jd index 1862b50..28c927a 100644 --- a/docs/html/guide/publishing/app-signing.jd +++ b/docs/html/guide/publishing/app-signing.jd @@ -94,7 +94,7 @@ you can run Keytool manually to generate your own keystore/key and then sign you application with Jarsigner. -

Signing Strategies

+

Signing Strategies

Some aspects of application signing may affect how you approach the development of your application, especially if you are planning to release multiple diff --git a/docs/html/guide/publishing/preparing.jd b/docs/html/guide/publishing/preparing.jd index 4db546d..d355265 100644 --- a/docs/html/guide/publishing/preparing.jd +++ b/docs/html/guide/publishing/preparing.jd @@ -18,9 +18,11 @@ page.title=Preparing to Publish: A Checklist

Publishing an application means testing it, packaging it appropriately, and making it available to users of Android-powered mobile devices.

-

If you plan to publish your application for installation on Android-powered devices, -there are several things you need to do, to get your application ready. This document -the significant checkpoints for preparing your application for a successful release.

+

If you plan to publish your application for installation on +Android-powered devices, there are several things you need to do, to get +your application ready. This document highlights the significant +checkpoints for preparing your application for a successful release. +

If you will publish your application on Android Market, please also see Publishing on Android Market @@ -67,7 +69,7 @@ testing classes and tools. You can use {@link android.app.Instrumentation Instrumentation} to run JUnit and other test cases, and you can use testing tools such as the UI/Application -Exerciser Monkey.

+Exerciser Monkey.