centsol / marketlicensing

Automatically exported from code.google.com/p/marketlicensing
Apache License 2.0
0 stars 0 forks source link

Facing Implicit intents with startService are not safe in 4.4 devices #67

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hey, i am facing issue of Implicit intents with startService are not safe in 
android Nexus 7 2013 version with 4.4.2 Kitkat.

When my app licensing service onBind it's giving warning.

Code:
boolean bindResult = bindService(new 
Intent("com.android.vending.licensing.ILicensingService"),                  mMarketConnection
, // ServiceConnection.             Context.BIND_AUTO_CREATE);

Logcat:
03-01 03:02:52.764: W/AppLicenseService(29181): on bind requested from 10253
03-01 03:02:52.764: W/ContextImpl(29181): Implicit intents with startService 
are not safe: Intent { act=com.android.vending.licensing.ILicensingService } 
android.content.ContextWrapper.bindService:517 
smart.alert.license.AppLicenseService.onBind:63 
android.app.ActivityThread.handleBindService:2598 

Please let me know if you need anything more from me.

Thanks in advance!

Original issue reported on code.google.com by bipinva...@gmail.com on 28 Feb 2014 at 9:43