diff options
author | Xin Li <delphij@google.com> | 2017-01-05 22:14:22 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-01-05 22:14:22 +0000 |
commit | 16bb6dcd45df94efa7d78eb3a832e9d8baedbc35 (patch) | |
tree | 5b38dcecfeef9bdb45d851c57d197ae49da5d068 | |
parent | f1941775b6e0d4a47ce1cf895a0ea7b41bbaaaeb (diff) | |
parent | 2b555e366e64569001fdfc6116e8c2a553c22e5d (diff) |
Merge "Use half-width quotes in code example." am: 1fe99a819c am: 161d1487ba am: 2cb75e822d
am: 2b555e366e
Change-Id: I15790d515674c1697256143d417b651bc0ebad02
-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 506a44006bdb..d2839bd8f0c3 100755 --- a/docs/html/google/play/billing/billing_integrate.jd +++ b/docs/html/google/play/billing/billing_integrate.jd @@ -310,7 +310,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> |