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

Commit 7b3e4c92 authored by Trevor Johns's avatar Trevor Johns Committed by Android Git Automerger
Browse files

am f9784a50: am f829305f: am e1cc88cc: am eb344a69: Fixing line in Market IAB...

am f9784a50: am f829305f: am e1cc88cc: am eb344a69: Fixing line in Market IAB docs that explains how to bind to the MarketService.

* commit 'f9784a50':
  Fixing line in Market IAB docs that explains how to bind to the MarketService.
parents 6c3f60e3 f9784a50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -296,7 +296,7 @@ parent.link=index.html
<pre>
try {
  boolean bindResult = mContext.bindService(
    new Intent(IMarketBillingService.class.getName()), this, Context.BIND_AUTO_CREATE);
    new Intent("com.android.vending.billing.MarketBillingService.BIND"), this, Context.BIND_AUTO_CREATE);
  if (bindResult) {
    Log.i(TAG, "Service bind successful.");
  } else {