version:1.7
fix: update:默认不管控蓝牙,热点
This commit is contained in:
@@ -127,7 +127,7 @@ public class ControlManager {
|
|||||||
public void setDisableSetting() {
|
public void setDisableSetting() {
|
||||||
Log.e("setDisableSetting", "Close all settings: ");
|
Log.e("setDisableSetting", "Close all settings: ");
|
||||||
setUSBstate(1);
|
setUSBstate(1);
|
||||||
setScreenShared(1);
|
setScreenShared(0);
|
||||||
setPhoneList(1);
|
setPhoneList(1);
|
||||||
setBluetooth(0);
|
setBluetooth(0);
|
||||||
setHotspot(0);
|
setHotspot(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user