Constant DEVICE_MANUFACTURER
Source pub const DEVICE_MANUFACTURER: &str = "device.manufacturer";
Expand description
The name of the device manufacturer
§Notes
The Android OS provides this field via Build. iOS apps SHOULD hardcode the value Apple
.
§Examples