Version: 2020.1
public static string deviceName ;

描述

用户定义的设备名称(只读)。

通常为该设备在网络上显示的“名称”。

Android:没有用于返回设备名称的 API,因此,Unity 将尝试从安全系统设置中读取“device_name”和“bluetooth_name”,如果找不到任何值,则将返回“<unknown>”字符串。

在不支持该属性的平台上,将返回 SystemInfo.unsupportedIdentifier

另请参阅:deviceModel