Browse Source

1.ManageAppLication增加测试方法

20241218TB223FC(测试jar包)
wangwanlei 8 months ago
parent
commit
c89be5cb2c
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      app/src/main/java/com/xhly/manageapp/ManageApplication.kt

+ 3
- 1
app/src/main/java/com/xhly/manageapp/ManageApplication.kt View File

538
             disableStatusBarPanel(true)
538
             disableStatusBarPanel(true)
539
             hideHomeSoftKey(true)
539
             hideHomeSoftKey(true)
540
             hideMenuSoftKey(true)
540
             hideMenuSoftKey(true)
541
-            disallowWifi(true)
542
             enableAccessibility()
541
             enableAccessibility()
543
             setCustomLauncher(
542
             setCustomLauncher(
544
                 "com.xhly.manageapp",
543
                 "com.xhly.manageapp",
550
                 disableStatusBarPanel(false)
549
                 disableStatusBarPanel(false)
551
                 hideHomeSoftKey(false)
550
                 hideHomeSoftKey(false)
552
                 hideMenuSoftKey(false)
551
                 hideMenuSoftKey(false)
552
+                csdkManager?.wifiWhiteList.let {
553
+                    csdkManager?.removeWifiWhiteList(it)
554
+                }
553
             }
555
             }
554
             csdkManager?.urlWhiteListRead()?.forEach {
556
             csdkManager?.urlWhiteListRead()?.forEach {
555
                 LogShow("白名单有"+it.toString())
557
                 LogShow("白名单有"+it.toString())

Loading…
Cancel
Save