Merge "Use half-width quotes in code example." am: 1fe99a819c am: 161d1487ba
am: 2cb75e822d
Change-Id: I04cd0d83d7f808068d5021fb28d7b8b868f90c3b
This commit is contained in:
@@ -310,7 +310,7 @@ ArrayList<String> skuList = new ArrayList<String> ();
|
|||||||
skuList.add("premiumUpgrade");
|
skuList.add("premiumUpgrade");
|
||||||
skuList.add("gas");
|
skuList.add("gas");
|
||||||
Bundle querySkus = new Bundle();
|
Bundle querySkus = new Bundle();
|
||||||
querySkus.putStringArrayList(“ITEM_ID_LIST”, skuList);
|
querySkus.putStringArrayList("ITEM_ID_LIST", skuList);
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user