version:3.0.7_beta

update:2020.07.07
fix:会卸载自带的可以卸载的应用,显示系统隐藏的应用,
add:手动检查更新按钮
This commit is contained in:
2020-07-07 11:05:47 +08:00
parent 32ea55c8e7
commit 3f400f763d
16 changed files with 630 additions and 571 deletions

View File

@@ -329,8 +329,8 @@ public class MyApplication extends MultiDexApplication {
}
public static void setJpushTags() {
Log.e("jiguangInterface", "30s后重新设置tags");
Observable.timer(30000, TimeUnit.MILLISECONDS)
Log.e("jiguangInterface", "10s后重新设置tags");
Observable.timer(10000, TimeUnit.MILLISECONDS)
.observeOn(rx.android.schedulers.AndroidSchedulers.mainThread())
.subscribe(new Action1<Long>() {
@Override
@@ -394,8 +394,8 @@ public class MyApplication extends MultiDexApplication {
}
public static void setJpushAlias() {
Log.e("jiguangInterface", "30s后重新设置alias");
Observable.timer(30000, TimeUnit.MILLISECONDS)
Log.e("jiguangInterface", "10s后重新设置alias");
Observable.timer(10000, TimeUnit.MILLISECONDS)
.observeOn(rx.android.schedulers.AndroidSchedulers.mainThread())
.subscribe(new Action1<Long>() {
@Override