1.4.0521 优化开机动画 控制主页控件显示
This commit is contained in:
@@ -885,11 +885,7 @@ public class GuardService extends Service {
|
||||
}
|
||||
} else if (filepath.endsWith(".zip")) {
|
||||
Log.e("taskComplete", "下载完成:" + task.getPercent() + ":" + task.getExtendField());
|
||||
if (JGYUtils.getInstance().checkAppPlatform() == JGYUtils.MT8768Platform){
|
||||
JGYUtils.getInstance().setBootanimationG10J(task.getFilePath());
|
||||
}else {
|
||||
JGYUtils.getInstance().setBootanimation(task.getFilePath());
|
||||
}
|
||||
JGYUtils.getInstance().setBootanimationG10J(task.getFilePath());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user