mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
Android: Fix opening games with extensionless URI
This commit is contained in:
parent
e60665da94
commit
525268f043
6 changed files with 39 additions and 0 deletions
|
@ -99,6 +99,12 @@ public class ContentHandler
|
|||
return -1;
|
||||
}
|
||||
|
||||
@Nullable @Keep
|
||||
public static String getDisplayName(String uri)
|
||||
{
|
||||
return getDisplayName(Uri.parse(uri));
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public static String getDisplayName(@NonNull Uri uri)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue