Add Android API level mapping and improve APK info

This commit is contained in:
ema
2025-06-25 02:17:12 +08:00
parent f3c08d5b76
commit 3fff4c1b2b
3 changed files with 147 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ public class Plugin : IViewer
{
context.PreferredSize = Path.GetExtension(ConfirmPath(path)).ToLower() switch
{
".apk" => new Size { Width = 560, Height = 510 },
".apk" => new Size { Width = 600, Height = 510 },
".ipa" => new Size { Width = 560, Height = 510 },
".hap" => new Size { Width = 560, Height = 500 },
".msi" => new Size { Width = 560, Height = 230 },