获取版本号需要使用Gradle打包调用Java
C#
int systemMemory = SystemInfo.systemMemorySize;
int processorCount = SystemInfo.processorCount;
int processorFrequency = SystemInfo.processorFrequency;
string processorType = SystemInfo.processorType;
float batteryLevel = SystemInfo.batteryLevel;
string deviceName