Skip to content

Commit cafbe87

Browse files
tjohnsAndroid (Google) Code Review
authored andcommitted
Merge "Fixing line in Market IAB docs that explains how to bind to the MarketService." into gingerbread
2 parents ec94472 + 428b85e commit cafbe87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html/guide/market/billing/billing_integrate.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Billing package contains the sample application and the AIDL file. </div>
223223
<pre>
224224
try {
225225
boolean bindResult = mContext.bindService(
226-
new Intent(IMarketBillingService.class.getName()), this, Context.BIND_AUTO_CREATE);
226+
new Intent("com.android.vending.billing.MarketBillingService.BIND"), this, Context.BIND_AUTO_CREATE);
227227
if (bindResult) {
228228
Log.i(TAG, "Service bind successful.");
229229
} else {

0 commit comments

Comments
 (0)