Loading api/current.xml +10 −0 Original line number Diff line number Diff line Loading @@ -108108,6 +108108,16 @@ visibility="public" > </field> <field name="CPU_ABI2" type="java.lang.String" transient="false" volatile="false" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="DEVICE" type="java.lang.String" transient="false" core/java/android/os/Build.java +3 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,9 @@ public class Build { /** The name of the instruction set (CPU type + ABI convention) of native code. */ public static final String CPU_ABI = getString("ro.product.cpu.abi"); /** The name of the second instruction set (CPU type + ABI convention) of native code. */ public static final String CPU_ABI2 = getString("ro.product.cpu.abi2"); /** The manufacturer of the product/hardware. */ public static final String MANUFACTURER = getString("ro.product.manufacturer"); Loading Loading
api/current.xml +10 −0 Original line number Diff line number Diff line Loading @@ -108108,6 +108108,16 @@ visibility="public" > </field> <field name="CPU_ABI2" type="java.lang.String" transient="false" volatile="false" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="DEVICE" type="java.lang.String" transient="false"
core/java/android/os/Build.java +3 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,9 @@ public class Build { /** The name of the instruction set (CPU type + ABI convention) of native code. */ public static final String CPU_ABI = getString("ro.product.cpu.abi"); /** The name of the second instruction set (CPU type + ABI convention) of native code. */ public static final String CPU_ABI2 = getString("ro.product.cpu.abi2"); /** The manufacturer of the product/hardware. */ public static final String MANUFACTURER = getString("ro.product.manufacturer"); Loading