mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-14 03:29:07 +00:00
Display supported ABIs in APK info panel
This commit is contained in:
@@ -61,4 +61,6 @@ public class ApkInfo
|
||||
public List<string> Densities { get; set; } = [];
|
||||
|
||||
public string LaunchableActivity { get; set; }
|
||||
|
||||
public string[] ABIs { get; set; } = [];
|
||||
}
|
||||
|
Reference in New Issue
Block a user