Browse Source

1.移除多余方法

master
wangwanlei 8 months ago
parent
commit
8f419d5dd6

+ 0
- 3
app/src/main/java/com/xhly/manageapp/ui/main/activity/MainActivity.kt View File

187
         updatePadInfo()
187
         updatePadInfo()
188
         updateMcApp()
188
         updateMcApp()
189
         getLocation()
189
         getLocation()
190
-        ManageApplication.lockTaskPackages().forEach {
191
-            LogShow("获得的姓名是"+it)
192
-        }
193
         try {
190
         try {
194
             var s =
191
             var s =
195
                 "厂商" + CustomOSUtils.getSystemBrand() + ",型号" + CustomOSUtils.getSystemDevice() + ",系统版本" + CustomOSUtils.getSystemDisplay()
192
                 "厂商" + CustomOSUtils.getSystemBrand() + ",型号" + CustomOSUtils.getSystemDevice() + ",系统版本" + CustomOSUtils.getSystemDisplay()

Loading…
Cancel
Save