From a6b860fbd05c7488db4d8c0012419d171d84e598 Mon Sep 17 00:00:00 2001 From: Simon Schoar Date: Wed, 10 Jun 2009 01:44:43 +0200 Subject: [PATCH] Text specifies "android:codeName" which doesnt exist, should be "android:versionName" --- docs/html/guide/publishing/versioning.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/guide/publishing/versioning.jd b/docs/html/guide/publishing/versioning.jd index d0eafcd58d990..bd0403aa2673a 100644 --- a/docs/html/guide/publishing/versioning.jd +++ b/docs/html/guide/publishing/versioning.jd @@ -117,7 +117,7 @@ and android:versionName attributes in the

In this example, note that android:versionCode value indicates that the current .apk contains the second release of the application code, which corresponds to a minor follow-on release, as shown by the -android:codeName string.

+android:versionName string.

The Android framework provides an API to let applications query the system for version information about your application. To obtain version information,