Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df1aba0a authored by Bill Gruber's avatar Bill Gruber Committed by Android Git Automerger
Browse files

am c7b35481: am c3cf16d2: Merge "IAB Doc Fix: Error in code snippet Bug 5221766" into ics-mr0

* commit 'c7b35481':
  IAB Doc Fix: Error in code snippet Bug 5221766
parents 7456cf0a c7b35481
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -584,9 +584,9 @@ interface.</p>
  // Note that the developer payload is optional.
  if (mDeveloperPayload != null) {
    request.putString(DEVELOPER_PAYLOAD, mDeveloperPayload);
  }
  Bundle response = mService.sendBillingRequest(request);
  // Do something with this response.
  }
</pre>
<p>The <code>makeRequestBundle()</code> method constructs an initial Bundle, which contains the
three keys that are required for all requests: <code>BILLING_REQUEST</code>,