We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cca345 commit 2b43655Copy full SHA for 2b43655
app/src/main/java/fuzion24/device/vulnerability/util/DeviceInfo.java
@@ -127,4 +127,25 @@ public String getBuildFingerPrint() {
127
public String getBuildID() {
128
return buildID;
129
}
130
+
131
+ public String getBuildCpuABI() {
132
+ return buildCpuABI;
133
+ }
134
135
+ public String getBuildCpuABI2() {
136
+ return buildCpuABI2;
137
138
139
+ public String[] getSupported32BitABIS() {
140
+ return supported32BitABIS;
141
142
143
+ public String[] getSupported64BitABIS() {
144
+ return supported64BitABIS;
145
146
147
+ public String[] getSupportedABIS() {
148
+ return supportedABIS;
149
150
151
0 commit comments