Browse Source

1.联想TB223FC不禁止蓝牙分享,禁止的话会影响蓝牙打开和关闭。

20241218TB223FC
wangwanlei 4 days ago
parent
commit
2190b1f2f9
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      app/src/main/java/com/xhly/manageapp/utils/StrategyUtils.kt

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

@@ -495,7 +495,9 @@ object StrategyUtils {
495 495
             ManageApplication.enableAccessibility()
496 496
             ManageApplication.setLockScreenMode()
497 497
             //禁用蓝牙分享
498
-            ManageApplication.disableBluetoothShare()
498
+            if (!ModelNameUtils.IS_LianxTB223FC()){
499
+                ManageApplication.disableBluetoothShare()
500
+            }
499 501
             //禁用Recovery模式
500 502
             ManageApplication.setCustomRecovery_v3()
501 503
             //冻结默认启动器

Loading…
Cancel
Save