diff options
author | Dirk Dougherty <ddougherty@google.com> | 2013-05-08 18:37:11 -0700 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2013-05-14 00:43:56 -0700 |
commit | afc028071494d1c8acf4405f2ff2f606fc44375c (patch) | |
tree | 244259857e7ae659a5a4664e47300051cf02acb8 /docs/html/tools | |
parent | cd70c8736919a2750777ba5c7f655c650584fcf4 (diff) | |
download | frameworks_base-afc028071494d1c8acf4405f2ff2f606fc44375c.zip frameworks_base-afc028071494d1c8acf4405f2ff2f606fc44375c.tar.gz frameworks_base-afc028071494d1c8acf4405f2ff2f606fc44375c.tar.bz2 |
Doc change: Add localization checklist.
Change-Id: Ib5dbb72d99bb36a01e93256a8c4569cfba113651
Diffstat (limited to 'docs/html/tools')
-rw-r--r-- | docs/html/tools/publishing/preparing.jd | 4 | ||||
-rw-r--r-- | docs/html/tools/publishing/versioning.jd | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/tools/publishing/preparing.jd b/docs/html/tools/publishing/preparing.jd index b1585f0..8e265f6 100644 --- a/docs/html/tools/publishing/preparing.jd +++ b/docs/html/tools/publishing/preparing.jd @@ -22,7 +22,7 @@ page.title=Preparing for Release <ol> <li><a href="{@docRoot}tools/publishing/publishing_overview.html">Publishing Overview</a></li> <li><a href="{@docRoot}tools/publishing/app-signing.html">Signing Your Applications</a></li> - <li><a href="{@docRoot}distribute/googleplay/publish/preparing.html">Publishing Checklist for Google Play</a></li> + <li><a href="{@docRoot}distribute/googleplay/publish/preparing.html">Launch Checklist for Google Play</a></li> </ol> </div> </div> @@ -353,7 +353,7 @@ done testing and you are satisfied that the release version of your application behaves correctly, you can release your application to users. For more information, see <a href="{@docRoot}tools/publishing/publishing_overview.html#publishing-release">Releasing Your Application to Users</a>. If you are publishing your application on Google Play, see -<a href="{@docRoot}distribute/googleplay/publish/preparing.html">Publishing Checklist +<a href="{@docRoot}distribute/googleplay/publish/preparing.html">Launch Checklist for Google Play</a>.</p> diff --git a/docs/html/tools/publishing/versioning.jd b/docs/html/tools/publishing/versioning.jd index 8f602b4..a1cfb30 100644 --- a/docs/html/tools/publishing/versioning.jd +++ b/docs/html/tools/publishing/versioning.jd @@ -25,7 +25,7 @@ page.title=Versioning Your Applications <ol> <li><a href="{@docRoot}tools/publishing/preparing.html">Preparing to Publish Your Application</a></li> -<li><a href="{@docRoot}distribute/googleplay/publish/preparing.html">Publishing Checklist for Google Play</a></li> +<li><a href="{@docRoot}distribute/googleplay/publish/preparing.html">Launch Checklist for Google Play</a></li> <li><a href="{@docRoot}guide/topics/manifest/manifest-intro.html">The AndroidManifest.xml File</a></li> </ol> |