增加白名单,更新到1.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
static def appName() {
|
||||
return "UIUISN"
|
||||
return "FLYSN"
|
||||
}
|
||||
|
||||
static def releaseTime() {
|
||||
@@ -73,8 +73,8 @@ android {
|
||||
|
||||
official {
|
||||
flavorDimensions "default"
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
versionCode 2
|
||||
versionName "1.1"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -84,6 +84,8 @@ public class JGYUtils {
|
||||
public static String ZhanruiTag = "展锐";
|
||||
|
||||
private HashSet<String> ownApp = new HashSet<String>() {{
|
||||
this.add("com.android.settings");
|
||||
this.add("com.android.deskclock");
|
||||
this.add("com.tt.ttutils");
|
||||
this.add(BuildConfig.APPLICATION_ID);
|
||||
this.add("com.fuying.sn");
|
||||
@@ -94,11 +96,11 @@ public class JGYUtils {
|
||||
this.add("com.jiaoguanyi.appstore");
|
||||
this.add("com.jiaoguanyi.store");
|
||||
this.add("com.fuying.appstore");
|
||||
this.add("com.uiui.info");
|
||||
this.add("com.uiui.browser");
|
||||
this.add("com.fuying.info");
|
||||
this.add("com.fuying.browser");
|
||||
this.add("com.uiui.health");
|
||||
this.add("com.uiui.videoplayer");
|
||||
this.add("com.uiui.os");
|
||||
this.add("com.fuying.os");
|
||||
this.add("com.uiui.info");
|
||||
this.add("com.aoleyunos.dop1");
|
||||
this.add("com.aoleyunos.dop2");
|
||||
@@ -120,6 +122,8 @@ public class JGYUtils {
|
||||
this.add(zhiduoke);
|
||||
this.add(aobama);
|
||||
this.add(growthspace);
|
||||
this.add(pandaabc);
|
||||
this.add(qibenyi);
|
||||
}};
|
||||
|
||||
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 aobama = "com.fuying.aobama.pad";
|
||||
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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user