大致完成模拟器游戏下载、模拟器下载与安装
This commit is contained in:
@ -434,6 +434,7 @@ public class MainActivity extends BaseActivity {
|
||||
|| PackageUtils.isSignedByGh(getApplicationContext(), entity.getPackageName()))) {
|
||||
continue;
|
||||
}
|
||||
if (entity.getMeta().containsKey(Constants.EMULATOR_GAME)) continue;
|
||||
if (downloadEntity == null) {
|
||||
downloadEntity = entity;
|
||||
} else if (entity.getEnd() > downloadEntity.getEnd()) {
|
||||
|
||||
Reference in New Issue
Block a user