From 5c14ebbbfa349a9f6de7313109bb9ebce1576933 Mon Sep 17 00:00:00 2001 From: Xin Li Date: Thu, 5 Jan 2017 11:43:09 -0800 Subject: Use half-width quotes in code example. Test: m -j49 -k docs BUG: 34106216 Change-Id: I366b0bf085ad3fd166b7961301bb8c35da6a7630 --- docs/html/google/play/billing/billing_integrate.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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<String> skuList = new ArrayList<String> (); skuList.add("premiumUpgrade"); skuList.add("gas"); Bundle querySkus = new Bundle(); -querySkus.putStringArrayList(“ITEM_ID_LIST”, skuList); +querySkus.putStringArrayList("ITEM_ID_LIST", skuList);

-- cgit v1.2.3