Merge "Use half-width quotes in code example."
am: 1fe99a819c
Change-Id: I28a34f7813268d7a9303029d257996d6ceb53269
This commit is contained in:
@@ -294,7 +294,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