|
@@ -62,7 +62,7 @@ class AppAdapter(var context: Context, var data: ArrayList<AppInfo>) :
|
62
|
62
|
it.changeCode()
|
63
|
63
|
}
|
64
|
64
|
}else if (appInfo.packageName.equals(Const.UPDATESTRATEGYPKGNAME)){
|
65
|
|
- if (lastTimeLong+1*60*1000<System.currentTimeMillis()){
|
|
65
|
+ if (lastTimeLong+20*1000<System.currentTimeMillis()){
|
66
|
66
|
lastTimeLong=System.currentTimeMillis()
|
67
|
67
|
UIEvent(Const.CODE2004.toString()).post()
|
68
|
68
|
}else{
|