summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Solovay <asolovay@google.com>2014-10-17 14:05:22 -0700
committerAndrew Solovay <asolovay@google.com>2014-10-17 14:05:22 -0700
commit1c56c15d4d5f0a1524912cccc46ea2d8f44b41fd (patch)
tree1d0b36f6c008ca9a1a3eed1bd9d5cc5b7dbcfbab
parent52476989b8afc0e96c2218625031ed550b12c79b (diff)
downloadframeworks_base-1c56c15d4d5f0a1524912cccc46ea2d8f44b41fd.zip
frameworks_base-1c56c15d4d5f0a1524912cccc46ea2d8f44b41fd.tar.gz
frameworks_base-1c56c15d4d5f0a1524912cccc46ea2d8f44b41fd.tar.bz2
docs: Added new BILLING_RESPONSE_RESULT_SERVICE_UNAVAILABLE result
See first comment for doc staging directory. bug: 18000631 Change-Id: I4dba47e0965947774adad86218369678311f4a0c
-rw-r--r--docs/html/google/play/billing/billing_reference.jd5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/html/google/play/billing/billing_reference.jd b/docs/html/google/play/billing/billing_reference.jd
index 4d80964..902c2c6 100644
--- a/docs/html/google/play/billing/billing_reference.jd
+++ b/docs/html/google/play/billing/billing_reference.jd
@@ -52,6 +52,11 @@ parent.link=index.html
<td>User pressed back or canceled a dialog</td>
</tr>
<tr>
+ <td>{@code BILLING_RESPONSE_RESULT_SERVICE_UNAVAILABLE}</td>
+ <td>2</td>
+ <td>Network connection is down</td>
+ </tr>
+ <tr>
<td>{@code BILLING_RESPONSE_RESULT_BILLING_UNAVAILABLE}</td>
<td>3</td>
<td>Billing API version is not supported for the type requested</td>