summaryrefslogtreecommitdiffstats
path: root/docs/html/training
diff options
context:
space:
mode:
authorquddusc <quddusc@google.com>2014-01-14 12:35:14 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2014-01-14 12:35:14 -0800
commitbcc83d01966dac7fb1d9ac45ae119ad44ee2c471 (patch)
tree6a2b706a373091b71f1cfd9fb7716182255addc9 /docs/html/training
parente53c32a0aa6ccb1bd177ff3fa3335c5b58ca5919 (diff)
parent7c865524048695f5dc471e6a357a142cf60495a7 (diff)
downloadframeworks_base-bcc83d01966dac7fb1d9ac45ae119ad44ee2c471.zip
frameworks_base-bcc83d01966dac7fb1d9ac45ae119ad44ee2c471.tar.gz
frameworks_base-bcc83d01966dac7fb1d9ac45ae119ad44ee2c471.tar.bz2
am 7c865524: am 64231d01: Merge "docs: Fixed typo in IAB training doc. Bug: 10807741" into klp-docs
* commit '7c865524048695f5dc471e6a357a142cf60495a7': docs: Fixed typo in IAB training doc. Bug: 10807741
Diffstat (limited to 'docs/html/training')
-rw-r--r--docs/html/training/in-app-billing/preparing-iab-app.jd2
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 4698cf7..47fcbbd 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>