Versions in this module Expand all Collapse all v0 v0.0.8 Mar 29, 2026 Changes in this version type Build + func (m *Build) ToString() (string, error) type Partition + func (m *Partition) ToString() (string, error) + type VERSION struct + Obj *jni.GlobalRef + VM *jni.VM + func (m *VERSION) ToString() (string, error) + type VERSION_CODES struct + Obj *jni.GlobalRef + VM *jni.VM + func (m *VERSION_CODES) ToString() (string, error) + type VERSION_CODES_FULL struct + Obj *jni.GlobalRef + VM *jni.VM + func (m *VERSION_CODES_FULL) ToString() (string, error) v0.0.7 Mar 28, 2026 Changes in this version + const Baklava + const Base + const Base11 + const Cupcake + const CurDevelopment + const Donut + const Eclair + const Eclair01 + const EclairMr1 + const Froyo + const Gingerbread + const GingerbreadMr1 + const Honeycomb + const HoneycombMr1 + const HoneycombMr2 + const IceCreamSandwich + const IceCreamSandwichMr1 + const JellyBean + const JellyBeanMr1 + const JellyBeanMr2 + const Kitkat + const KitkatWatch + const Lollipop + const LollipopMr1 + const M + const N + const NMr1 + const O + const OMr1 + const P + const PartitionNameSystem + const Q + const R + const S + const SV2 + const Tiramisu + const UpsideDownCake + const VanillaIceCream type Build + func NewBuild(vm *jni.VM) (*Build, error) + type Partition struct + Obj *jni.GlobalRef + VM *jni.VM + func (m *Partition) Equals(arg0 *jni.Object) (bool, error) + func (m *Partition) GetBuildTimeMillis() (int64, error) + func (m *Partition) GetFingerprint() (string, error) + func (m *Partition) GetName() (string, error) + func (m *Partition) HashCode() (int32, error) v0.0.6 Mar 22, 2026 v0.0.5 Mar 21, 2026 v0.0.4 Mar 21, 2026 Changes in this version + type Build struct + Obj *jni.GlobalRef + VM *jni.VM + func (m *Build) GetFingerprintedPartitions() (*jni.Object, error) + func (m *Build) GetMajorSdkVersion(arg0 int32) (int32, error) + func (m *Build) GetMinorSdkVersion(arg0 int32) (int32, error) + func (m *Build) GetRadioVersion() (string, error) + func (m *Build) GetSerial() (string, error) + type BuildInfo struct + Board string + Brand string + Device string + Hardware string + Manufacturer string + Model string + Product string + func GetBuildInfo(vm *jni.VM) (*BuildInfo, error) + type VersionInfo struct + Codename string + Incremental string + Release string + SDKInt int32 + func GetVersionInfo(vm *jni.VM) (*VersionInfo, error) v0.0.3 Mar 15, 2026 Changes in this version + const BaseOs + const Board + const Bootloader + const Brand + const Codename + const CpuAbi + const CpuAbi2 + const Device + const Display + const Fingerprint + const Hardware + const Host + const Id + const Incremental + const Manufacturer + const MediaPerformanceClass + const Model + const OdmSku + const PreviewSdkInt + const Product + const Radio + const Release + const ReleaseOrCodename + const ReleaseOrPreviewDisplay + const Sdk + const SdkInt + const SdkIntFull + const SecurityPatch + const Serial + const Sku + const SocManufacturer + const SocModel + const Supported32BitAbis + const Supported64BitAbis + const SupportedAbis + const Tags + const Time + const Type + const Unknown + const User + func Init(env *jni.Env) error