소스 검색

1.添加电话和短信禁用方法。

20241218TB223FC(测试jar包)
wangwanlei 10 달 전
부모
커밋
f570bd5c36
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      app/src/main/java/com/xhly/manageapp/utils/StrategyUtils.kt

+ 2
- 1
app/src/main/java/com/xhly/manageapp/utils/StrategyUtils.kt 파일 보기

@@ -87,7 +87,8 @@ object StrategyUtils {
87 87
                 }
88 88
 
89 89
                 Const.DEVICETYPE5 -> {
90
-                    //TODO 需要处理短信和电话
90
+                    ManageApplication.setPackageEnabled(Const.ANDROIDPHONE,it.enabled==1)
91
+                    ManageApplication.setPackageEnabled(Const.ANDROIDMMS,it.enabled==1)
91 92
                 }
92 93
 
93 94
                 Const.DEVICETYPE6 -> {

Loading…
취소
저장