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

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

am cafbe87d: Merge "Fixing line in Market IAB docs that explains how to bind...

am cafbe87d: Merge "Fixing line in Market IAB docs that explains how to bind to the MarketService." into gingerbread

* commit 'cafbe87d':
  Fixing line in Market IAB docs that explains how to bind to the MarketService.
parents d7a8e845 cafbe87d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@ Billing package contains the sample application and the AIDL file. </div>
<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 {