Commit 2db5b4bc by tanghuan

学习机固定品牌信息为 xepad

1 parent eb7b0eec
...@@ -19,7 +19,9 @@ class DeviceInfoHandler extends MessageHandler { ...@@ -19,7 +19,9 @@ class DeviceInfoHandler extends MessageHandler {
'abi': '${androidInfo.supportedAbis}', 'abi': '${androidInfo.supportedAbis}',
'deviceAbi': androidInfo.supportedAbis.isNotEmpty ? androidInfo.supportedAbis[0] : '', 'deviceAbi': androidInfo.supportedAbis.isNotEmpty ? androidInfo.supportedAbis[0] : '',
'benchmarkLevel': -1, 'benchmarkLevel': -1,
'brand': androidInfo.brand, // 'brand': androidInfo.brand,
/// 学习机固定未:xepad
'brand': 'xepad',
'model': androidInfo.model, 'model': androidInfo.model,
'system': androidInfo.version.release, 'system': androidInfo.version.release,
'platform': 'Android', 'platform': 'Android',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!