1
0
forked from GRIN/grim

android: migrate back to gameactivity, update to API 36, fix back navigation at network panel

This commit is contained in:
ardocrat
2025-11-21 01:34:51 +03:00
parent 646a7c5e04
commit ed2dc880aa
17 changed files with 370 additions and 193 deletions
@@ -153,4 +153,4 @@ public class Utils {
String fileType = context.getContentResolver().getType(uri);
return MimeTypeMap.getSingleton().getExtensionFromMimeType(fileType);
}
}
}