Browse Source

提交人:jtm
提交内容:002D主页UI

江天明 1 year ago
parent
commit
42ecf18315
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libBase/src/main/java/com/develop/base/ext/GlobaExt.kt

+ 1 - 1
libBase/src/main/java/com/develop/base/ext/GlobaExt.kt

@@ -189,7 +189,7 @@ fun getBrandNum(): String {
 fun getSN(): String {
     var serial: String
 
-    return "002D21020020123010190001"
+    //return "002D21020020123010190001"
     //通过反射获取sn号
     try {
         val c = Class.forName("android.os.SystemProperties")