From 331c5f474e02877fb11775ba2ddf8f33928b20de Mon Sep 17 00:00:00 2001 From: Trevor Johns Date: Fri, 4 Feb 2011 15:00:02 -0800 Subject: [PATCH] Minor updates to Android Market Licensing Service docs. - Removed sentence implying that free aplications can get a LICENSED response. (Free apps aren't supported by the licensing service.) - Added note indicating that draft apps always return LICENSED. - Added note reminding users that test responses can be set for certain users. Change-Id: Iab515c43ab3372d743d138b7eeba9a888191627b --- docs/html/guide/publishing/licensing.jd | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/html/guide/publishing/licensing.jd b/docs/html/guide/publishing/licensing.jd index e099413e23d83..55513843019ec 100644 --- a/docs/html/guide/publishing/licensing.jd +++ b/docs/html/guide/publishing/licensing.jd @@ -2123,7 +2123,7 @@ returned by the Android Market server in a license response.

LICENSED The application is licensed to the user. The user has purchased the -application or the application is free. +application or the application only exists as a draft. Yes VTGT, GR Allow access according to Policy constraints. @@ -2201,6 +2201,17 @@ implementation.

+

Note: As documented in +Setting Up The Testing Environment, the response code can be manually +overridden for the application developer and any registered test users via the +Android Market publisher site. +

+Additionally, as noted above, applications that are in draft mode (in other +words, applicaitons that have been uploaded but have never been +published) will return LICENSED for all users, even if not listed as a test +user. Since the application has never been offered for download, it is assumed +that any users running it must have obtained it from an authorized channel for +testing purposes.

Server Response Extras