summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorquddusc <quddusc@google.com>2013-12-20 16:26:23 -0800
committerquddusc <quddusc@google.com>2014-01-14 10:43:23 -0800
commitf23fb5d1998de2658d64f9f53c49b2430df7cac0 (patch)
tree9c9b1d8f0ab61e4c59deda22248311cb585d9302
parent70b96ec7303c1b34ff9d63a03359efadeec075c2 (diff)
downloadframeworks_base-f23fb5d1998de2658d64f9f53c49b2430df7cac0.zip
frameworks_base-f23fb5d1998de2658d64f9f53c49b2430df7cac0.tar.gz
frameworks_base-f23fb5d1998de2658d64f9f53c49b2430df7cac0.tar.bz2
docs: Added link to in-app billing testing API guide and removed misleading statement.
Bug: 9436754 Change-Id: I7f08fbbd6c917a84ad1634ee956cd9c5112d3715
-rw-r--r--docs/html/training/in-app-billing/test-iab-app.jd9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/html/training/in-app-billing/test-iab-app.jd b/docs/html/training/in-app-billing/test-iab-app.jd
index 376b981..9d47a96 100644
--- a/docs/html/training/in-app-billing/test-iab-app.jd
+++ b/docs/html/training/in-app-billing/test-iab-app.jd
@@ -19,8 +19,7 @@ previous.link=purchase-iab-products.html
<h2>You should also read</h2>
<ul>
-<li><a href="{@docRoot}google/play/billing/billing_overview.html">In-app Billing
- Overview</a></li>
+<li><a href="{@docRoot}google/play/billing/billing_testing.html">Testing In-app Billing</a></li>
</ul>
</div>
@@ -50,7 +49,11 @@ Test your In-app Billing application with static responses by using Google Playâ
<li>Your application is signed with the same certificate that you used for the APK that you uploaded to the Developer Console, before installing it on your device.</li>
</ul>
</li>
-<li>Login to the test device by using a tester account. Test your In-app Billing application by purchasing a few items, and fix any issues that you encounter. Remember to refund the purchases if you don’t want your testers to be actually charged!</li>
+<li>Login to the test device by using a tester account. Test your In-app
+Billing application by purchasing a few items, and fix any issues that you
+encounter. To learn more about how you can perform large-scale testing of your
+In-app Billing app, see <a href="{@docRoot}google/play/billing/billing_testing.html#test-purchases}">Test Purchases (In-app Billing Sandbox)</a>.
+</li>
</ol>
</p>