Display supported ABIs in APK info panel

This commit is contained in:
ema
2025-06-25 01:58:32 +08:00
parent 1c1f6d55e7
commit f3c08d5b76
6 changed files with 94 additions and 35 deletions

View File

@@ -61,4 +61,6 @@ public class ApkInfo
public List<string> Densities { get; set; } = [];
public string LaunchableActivity { get; set; }
public string[] ABIs { get; set; } = [];
}