version:1.7

fix:
update:默认不管控蓝牙,热点
This commit is contained in:
2022-11-05 09:48:27 +08:00
parent fdedb3eb19
commit 7e720fbed2

View File

@@ -127,7 +127,7 @@ public class ControlManager {
public void setDisableSetting() {
Log.e("setDisableSetting", "Close all settings: ");
setUSBstate(1);
setScreenShared(1);
setScreenShared(0);
setPhoneList(1);
setBluetooth(0);
setHotspot(0);