summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2017-01-05 22:05:33 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-05 22:05:33 +0000
commit2b555e366e64569001fdfc6116e8c2a553c22e5d (patch)
treeee54164f5702f1852575f513886ae3f64d156cb9 /docs
parent820a0f85abc218e572f4c9a388b502f74766e31e (diff)
parent2cb75e822dec8e9f7e589f08d37ed4f09b3a1513 (diff)
downloadbase-2b555e366e64569001fdfc6116e8c2a553c22e5d.tar.gz
Merge "Use half-width quotes in code example." am: 1fe99a819c am: 161d1487ba
am: 2cb75e822d Change-Id: I04cd0d83d7f808068d5021fb28d7b8b868f90c3b
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/html/google/play/billing/billing_integrate.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/google/play/billing/billing_integrate.jd b/docs/html/google/play/billing/billing_integrate.jd
index 506a44006bdb..d2839bd8f0c3 100755
--- a/docs/html/google/play/billing/billing_integrate.jd
+++ b/docs/html/google/play/billing/billing_integrate.jd
@@ -310,7 +310,7 @@ ArrayList&lt;String&gt; skuList = new ArrayList&lt;String&gt; ();
skuList.add("premiumUpgrade");
skuList.add("gas");
Bundle querySkus = new Bundle();
-querySkus.putStringArrayList(“ITEM_ID_LIST”, skuList);
+querySkus.putStringArrayList("ITEM_ID_LIST", skuList);
</pre>
<p>