重构PackageManager
This commit is contained in:
@ -135,7 +135,7 @@ public class UpdateManager {
|
||||
gameUpdateEntity.setUrl(appEntity.getUrl());
|
||||
gameUpdateEntity.setPlatform("官方版");
|
||||
gameUpdateEntity.setId(mContext.getString(R.string.ghzs_id));
|
||||
PackageManager.addUpdate(0, gameUpdateEntity);
|
||||
PackageManager.INSTANCE.addUpdate(0, gameUpdateEntity);
|
||||
|
||||
if (isCheck) {
|
||||
if (appEntity.isForce()) {
|
||||
|
||||
Reference in New Issue
Block a user