Android: Fix opening games with extensionless URI

This commit is contained in:
JosJuice
2020-11-08 15:39:17 +01:00
parent e60665da94
commit 525268f043
6 changed files with 39 additions and 0 deletions

View File

@ -45,6 +45,7 @@ jclass GetContentHandlerClass();
jmethodID GetContentHandlerOpenFd();
jmethodID GetContentHandlerDelete();
jmethodID GetContentHandlerGetSizeAndIsDirectory();
jmethodID GetContentHandlerGetDisplayName();
jclass GetNetworkHelperClass();
jmethodID GetNetworkHelperGetNetworkIpAddress();