mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-23 14:20:24 +08:00
Name device as mirai
This commit is contained in:
parent
32f5eb1966
commit
817f3b02a1
@ -9,7 +9,7 @@ actual class SystemDeviceInfo actual constructor(context: Context) : DeviceInfo(
|
||||
override val device: ByteArray get() = "mirai".toByteArray()
|
||||
override val board: ByteArray get() = "mirai".toByteArray()
|
||||
override val brand: ByteArray get() = "mamoe".toByteArray()
|
||||
override val model: ByteArray get() = "Android SDK built for x86".toByteArray()
|
||||
override val model: ByteArray get() = "mirai".toByteArray()
|
||||
override val bootloader: ByteArray get() = "unknown".toByteArray()
|
||||
override val fingerprint: ByteArray get() = "mamoe/mirai/mirai:10/MIRAI.200122.001/5891938:user/release-keys".toByteArray()
|
||||
override val bootId: ByteArray get() = "5974cb66-bb69-4e82-a436-836b98ebd88c".toByteArray()
|
||||
|
Loading…
Reference in New Issue
Block a user