PortKnocker icon indicating copy to clipboard operation
PortKnocker copied to clipboard

incompatible API use in your code.

Open jay2013 opened this issue 6 years ago • 3 comments

Hi, Our tool detect this app's apk file from f-droid.org(version: 1.0.11) and find several potential bugs. We already check them but we cannot make 100% sure that they are definitely bugs. So we need your help.

We find component "com.ianhanniballake.localstorage.LocalStorageProvider" in AndroidManifest.xml is actually from an external library. This class extends from DocumentsProvider which is added into SDK since level 19. while your app's minSDKVersion is 10. So this is very likely to cause your app crash.

please help to check. Thanks very much.

Dongjie He

jay2013 avatar Mar 30 '18 11:03 jay2013

Hi, yes, I think you are right. Android studio is also indicating in a warning that minSDKVersion shall be 19. Currently 14 ist set. Need to be fixed. Cheers, TDFKAOlli

TDFKAOlli avatar Mar 30 '18 13:03 TDFKAOlli

Thank your very much!

jay2013 avatar Mar 30 '18 15:03 jay2013

You`re welcome. I created pull request #18. xargsgrep has to fetch and release new version.

TDFKAOlli avatar Mar 30 '18 15:03 TDFKAOlli