Implicit intents with startService are unsafe

I am trying to find out in billing applications. Android dev docs ( http://developer.android.com/google/play/billing/billing_integrate.html#billing-service ) say to bind a service like

bindService(new Intent("com.android.vending.billing.InAppBillingService.BIND"), 
                       mServiceConn, Context.BIND_AUTO_CREATE);

      

but this line generates a warning Implicit intents with startService are not safe

. I'm not sure what to do.

+3
android in-app-purchase


source to share


No one has answered this question yet

Check out similar questions:

309
LogCat Message: No Google Play Services Resources Found. Check your project configuration to make sure resources are enabled.
144
Is my app or its dependencies a violation of Android ad policy?
18
How to implement an in-app purchase in an Android app?
sixteen
Is this warning caused by my application? - "Implicit intentions with startService are unsafe"
fourteen
In-app, make Google Play UI transparent
eleven
Dealing with Implicit Future Deprecation Intent in Lollipop
4
Duplicate entry IInAppBillingService
4
what happens if i call startService after calling bindService in service class?
4
Android checks if inapp device supports billing
3
Implicit intents with startService are unsafe. InAppPurchase



All Articles
Loading...
X
Show
Funny
Dev
Pics