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

* commit 'cafbe87d5b6108d71e85950796b587f95d00cfac':
  Fixing line in Market IAB docs that explains how to bind to the MarketService.
This commit is contained in:
Trevor Johns
2011-04-04 12:25:29 -07:00
committed by Android Git Automerger

View File

@@ -223,7 +223,7 @@ Billing package contains the sample application and the AIDL file. </div>
<pre> <pre>
try { try {
boolean bindResult = mContext.bindService( 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) { if (bindResult) {
Log.i(TAG, "Service bind successful."); Log.i(TAG, "Service bind successful.");
} else { } else {