增加白名单,更新到1.1

This commit is contained in:
2022-10-08 10:42:49 +08:00
parent 4f671a3b75
commit 5620528032
2 changed files with 12 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
static def appName() { static def appName() {
return "UIUISN" return "FLYSN"
} }
static def releaseTime() { static def releaseTime() {
@@ -73,8 +73,8 @@ android {
official { official {
flavorDimensions "default" flavorDimensions "default"
versionCode 1 versionCode 2
versionName "1.0" versionName "1.1"
} }
} }

View File

@@ -84,6 +84,8 @@ public class JGYUtils {
public static String ZhanruiTag = "展锐"; public static String ZhanruiTag = "展锐";
private HashSet<String> ownApp = new HashSet<String>() {{ private HashSet<String> ownApp = new HashSet<String>() {{
this.add("com.android.settings");
this.add("com.android.deskclock");
this.add("com.tt.ttutils"); this.add("com.tt.ttutils");
this.add(BuildConfig.APPLICATION_ID); this.add(BuildConfig.APPLICATION_ID);
this.add("com.fuying.sn"); this.add("com.fuying.sn");
@@ -94,11 +96,11 @@ public class JGYUtils {
this.add("com.jiaoguanyi.appstore"); this.add("com.jiaoguanyi.appstore");
this.add("com.jiaoguanyi.store"); this.add("com.jiaoguanyi.store");
this.add("com.fuying.appstore"); this.add("com.fuying.appstore");
this.add("com.uiui.info"); this.add("com.fuying.info");
this.add("com.uiui.browser"); this.add("com.fuying.browser");
this.add("com.uiui.health"); this.add("com.uiui.health");
this.add("com.uiui.videoplayer"); this.add("com.uiui.videoplayer");
this.add("com.uiui.os"); this.add("com.fuying.os");
this.add("com.uiui.info"); this.add("com.uiui.info");
this.add("com.aoleyunos.dop1"); this.add("com.aoleyunos.dop1");
this.add("com.aoleyunos.dop2"); this.add("com.aoleyunos.dop2");
@@ -120,6 +122,8 @@ public class JGYUtils {
this.add(zhiduoke); this.add(zhiduoke);
this.add(aobama); this.add(aobama);
this.add(growthspace); this.add(growthspace);
this.add(pandaabc);
this.add(qibenyi);
}}; }};
public static final String fxyywgj = "com.fuying.chinese"; public static final String fxyywgj = "com.fuying.chinese";
@@ -130,6 +134,8 @@ public class JGYUtils {
public static final String zhiduoke = "com.zhiduoke.fxy"; public static final String zhiduoke = "com.zhiduoke.fxy";
public static final String aobama = "com.fuying.aobama.pad"; public static final String aobama = "com.fuying.aobama.pad";
public static final String growthspace = "com.pengren.growthspace"; public static final String growthspace = "com.pengren.growthspace";
public static final String pandaabc = "com.pandaabc.stu";
public static final String qibenyi = "com.goer.fuying";
public static final String FUXIAOYING_KEY = "fuxiaoying_update_key"; public static final String FUXIAOYING_KEY = "fuxiaoying_update_key";