PortKnocker
PortKnocker copied to clipboard
incompatible API use in your code.
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
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
Thank your very much!
You`re welcome. I created pull request #18. xargsgrep has to fetch and release new version.