我试图在app结算中找出答案。 Android开发人员文档(http://developer.android.com/google/play/billing/billing_integrate.html#billing-service)表示绑定服务,如
bindService(new Intent("com.android.vending.billing.InAppBillingService.BIND"),
mServiceConn, Context.BIND_AUTO_CREATE);
但该行正在生成警告Implicit intents with startService are not safe
。我不知道该怎么办。