我的光环-已安装的游戏(完成部分,暂时搁置,需求未定)
This commit is contained in:
@ -80,7 +80,7 @@ public class DeviceUtils {
|
||||
InputStreamReader ir = new InputStreamReader(pp.getInputStream());
|
||||
LineNumberReader input = new LineNumberReader(ir);
|
||||
|
||||
for (; null != str; ) {
|
||||
while (null != str) {
|
||||
str = input.readLine();
|
||||
if (str != null) {
|
||||
macSerial = str.trim();// 去空格
|
||||
|
||||
Reference in New Issue
Block a user