瀏覽代碼

所有用户默认开启检查粘贴板内容的功能

zengjiebin 7 年之前
父節點
當前提交
c3fb6bc8fd
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      app/src/main/java/com/sheep/jiuyan/samllsheep/Config.java

+ 3 - 4
app/src/main/java/com/sheep/jiuyan/samllsheep/Config.java

@@ -1,7 +1,5 @@
 package com.sheep.jiuyan.samllsheep;
 
-import com.sheep.gamegroup.util.TestUtil;
-
 /**
  * Created by kemllor on 2017/12/14.
  */
@@ -59,10 +57,11 @@ public class Config {
 
     //默认值
     public static boolean dvbEnableCheckCopyText(){
-        return TestUtil.isTest();
-//        //游戏用户默认开启检查粘贴板
+//        return TestUtil.isTest();
+        //游戏用户默认开启检查粘贴板
 //        UserEntity userEntity = DataUtil.getInstance().getUserEntity();
 //        return userEntity != null && userEntity.isGameUser();
+        return true;//所有用户默认开启检查粘贴板内容的功能
     }
 
     //游戏直充功能开启状态