Google In-App billing, IllegalArgumentException: Service Intent must be explicit, after upgrading to Android L


Google In-App billing, IllegalArgumentException: Service Intent must be explicit, after upgrading to Android L

[Before] bindService(new Intent("com.android.vending.billing.InAppBillingService.BIND"), mServiceConn, Context.BIND_AUTO_CREATE); [After] Intent intent = new Intent("com.android.vending.billing.InA..

Google In-App billing, IllegalArgumentException: Service Intent must be explicit, after upgrading to Android L에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


원문링크 : Google In-App billing, IllegalArgumentException: Service Intent must be explicit, after upgrading to Android L