summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2017-01-05 21:51:13 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-05 21:51:13 +0000
commit161d1487ba94369b5dac6091038567b42ea1d99d (patch)
tree703941d4f8ea1638a8e8c4c435ce79913e1af0e9 /docs
parent4369507dcb4e039459040eb816e5ec6e28ac7792 (diff)
parent1fe99a819cba0437a520b0786625cff32702265f (diff)
Merge "Use half-width quotes in code example."
am: 1fe99a819c Change-Id: I28a34f7813268d7a9303029d257996d6ceb53269
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 5d6b3a8f2e3f..1f1939c8e82d 100755
--- a/docs/html/google/play/billing/billing_integrate.jd
+++ b/docs/html/google/play/billing/billing_integrate.jd
@@ -294,7 +294,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>