使用startService的隐式意图是不安全的

时间:2014-08-22 22:25:15

标签: android in-app-purchase

我试图在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。我不知道该怎么办。

0 个答案:

没有答案