diff options
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/html/google/play/billing/billing_integrate.jd | 2 |
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<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); </pre> <p> |