summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2017-01-05 21:57:48 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-05 21:57:48 +0000
commit2cb75e822dec8e9f7e589f08d37ed4f09b3a1513 (patch)
treec0d75d09bdf5af4de9814d63dde231aec04052bc /docs
parente358f83640fa141a6a4a8d0e6e6bf19a1c48d170 (diff)
parent161d1487ba94369b5dac6091038567b42ea1d99d (diff)
downloadbase-2cb75e822dec8e9f7e589f08d37ed4f09b3a1513.tar.gz
Merge "Use half-width quotes in code example." am: 1fe99a819c
am: 161d1487ba Change-Id: Ia4814baf438c72d4ceed3be864e391513ed1c78e
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>