diff options
author | Scott Main <smain@google.com> | 2013-01-07 15:54:30 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2013-01-07 15:54:30 -0800 |
commit | e30d31c4e8439f8fa8647744cee93f1fd8b67407 (patch) | |
tree | 3112f50d330958c2cbb6ce51ee5e79f0df7b7adb /docs/html/google | |
parent | 8f70a7c46cc3c4732b11fd8088b47c3434cf64d9 (diff) | |
download | frameworks_base-e30d31c4e8439f8fa8647744cee93f1fd8b67407.zip frameworks_base-e30d31c4e8439f8fa8647744cee93f1fd8b67407.tar.gz frameworks_base-e30d31c4e8439f8fa8647744cee93f1fd8b67407.tar.bz2 |
docs: misc bugs from external tracker
Change-Id: I928659b23d1ff3a5d017d4fb50acb8ac0e3b251b
Diffstat (limited to 'docs/html/google')
-rwxr-xr-x | docs/html/google/play/billing/billing_integrate.jd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/html/google/play/billing/billing_integrate.jd b/docs/html/google/play/billing/billing_integrate.jd index 554866d..405c58a 100755 --- a/docs/html/google/play/billing/billing_integrate.jd +++ b/docs/html/google/play/billing/billing_integrate.jd @@ -128,7 +128,9 @@ public void onDestroy() { } </pre> -<p>For a complete implementation of a service connection that binds to the {@code IInAppBillingService}, see the <a href="{@docRoot}/training/in-app-billing/preparing-iab-app.html#Connect">Selling In-app Products</a> training class.</p> +<p>For a complete implementation of a service connection that binds to the {@code IInAppBillingService}, +see the <a href="{@docRoot}training/in-app-billing/preparing-iab-app.html">Selling In-app +Products</a> training class and associated sample.</p> <h2 id="billing-requests">Making In-app Billing Requests</h2> <p>Once your application is connected to Google Play, you can initiate purchase requests for in-app products. Google Play provides a checkout interface for users to enter their payment method, so your application does not need to handle payment transactions directly. When an item is purchased, Google Play recognizes that the user has ownership of that item and prevents the user from purchasing another item with the same product ID until it is consumed. You can control how the item is consumed in your application, and notify Google Play to make the item available for purchase again. You can also query Google Play to quickly retrieve the list of purchases that were made by the user. This is useful, for example, when you want to restore the user's purchases when your user launches your app. |