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