diff options
| author | 2014-01-06 14:06:51 -0800 | |
|---|---|---|
| committer | 2014-01-06 14:07:49 -0800 | |
| commit | 9dbe4e4d5f539b9d8e21e4b75c0392dc014a67ee (patch) | |
| tree | 9fb46d3557e819409ed44715c2395433c06d9084 | |
| parent | cbc5f5410ff7c2b91e13f80a930f22944ce2ed88 (diff) | |
docs: Fixed typo in IAB training doc.
Bug: 10807741
Change-Id: Ibb1f784c3cc9f25c8d04da99718a9612d32146ac
| -rw-r--r-- | docs/html/training/in-app-billing/preparing-iab-app.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/in-app-billing/preparing-iab-app.jd b/docs/html/training/in-app-billing/preparing-iab-app.jd index 4698cf75a72e..47fcbbddb12e 100644 --- a/docs/html/training/in-app-billing/preparing-iab-app.jd +++ b/docs/html/training/in-app-billing/preparing-iab-app.jd @@ -30,7 +30,7 @@ next.link=list-iab-products.html </div> </div> -<p>Before you can start using the In-app Billing service, you'll need to add the library that contains the In-app Billing Version 3 API to your Android project. You also need to setting the permissions for your application to communicate with Google Play. In addition, you'll need to establish a connection between your application and Google Play. You should also verify that the In-app Billing API version that you are using in your application is supported by Google Play.</p> +<p>Before you can start using the In-app Billing service, you'll need to add the library that contains the In-app Billing Version 3 API to your Android project. You also need to set the permissions for your application to communicate with Google Play. In addition, you'll need to establish a connection between your application and Google Play. You should also verify that the In-app Billing API version that you are using in your application is supported by Google Play.</p> <h2 id="GetSample">Download the Sample Application</h2> <p>In this training class, you will use a reference implementation for the In-app Billing Version 3 API called the {@code TrivialDrive} sample application. The sample includes convenience classes to quickly set up the In-app Billing service, marshal and unmarshal data types, and handle In-app Billing requests from the main thread of your application.</p> |