Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
yjfnypeu committed Jan 31, 2018
1 parent fd96ba7 commit edc5807
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,16 @@
import android.content.Intent;
import android.net.Uri;
import android.os.Build;
import android.os.Process;
import android.text.TextUtils;

import org.lzh.framework.updatepluginlib.base.InstallStrategy;
import org.lzh.framework.updatepluginlib.model.Update;
import org.lzh.framework.updatepluginlib.util.ActivityManager;
import org.lzh.framework.updatepluginlib.util.UpdateInstallProvider;
import org.lzh.framework.updatepluginlib.util.Utils;

import java.io.File;

/**
* 默认的安装策略实现类. 适配Android 7.0安装方案。且对强制更新逻辑进行适配:若为强制更新。启动安装任务后强制退出当前应用
* 默认的安装策略实现类. 适配Android 7.0安装方案。
*
* @author haoge
*/
Expand Down

0 comments on commit edc5807

Please sign in to comment.