version:1.6.8

fix:
update:更换图标,过滤应用
This commit is contained in:
2023-11-09 10:15:11 +08:00
parent 256c52cfc8
commit 40deef5b92
8 changed files with 7 additions and 2 deletions

View File

@@ -16,8 +16,8 @@ android {
minSdkVersion 24
targetSdkVersion 29
versionCode 58
versionName "1.6.6"
versionCode 60
versionName "1.6.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -414,6 +414,7 @@ public class UserFragment extends BaseFragment implements UserContact.UserView {
mPresenter.getStudyStat();
mPresenter.getQrCode();
// cl_app.setVisibility(View.VISIBLE);
}
@Override

View File

@@ -84,6 +84,10 @@ public class ApkUtils {
this.add("com.huawei.himovie");
this.add("com.mainbo.homeschool");
this.add("com.huawei.gamebox");
this.add("com.uiuipad.find");
this.add("com.uiuipad.os");
this.add("com.uiuipad.browser");
}};
public static final HashSet<String> excludeClassName = new HashSet<String>() {{

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 31 KiB