Skip to content

Commit a3872eb

Browse files
committed
see 08/09 log
1 parent 6e27c6e commit a3872eb

File tree

8 files changed

+235
-35
lines changed

8 files changed

+235
-35
lines changed

art/auc_frame.png

2.17 KB
Loading

buildSrc/src/main/groovy/GLog.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import org.gradle.internal.impldep.org.apache.http.util.EntityUtils
2+
13
/**
24
* <pre>
35
* author: blankj

lib/subutil/README-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ reboot : 重启
4848
reboot2Recovery : 重启到 recovery
4949
reboot2Bootloader : 重启到 bootloader
5050
setMobileDataEnabled: 打开或关闭移动数据
51+
sendSmsSilent : 发送短信
5152
```
5253

5354
* ### 定位相关 -> [LocationUtils.java][location.java] -> [Demo][location.demo]

lib/subutil/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ reboot
4848
reboot2Recovery
4949
reboot2Bootloader
5050
setMobileDataEnabled
51+
sendSmsSilent
5152
```
5253

5354
* ### About Location -> [LocationUtils.java][location.java] -> [Demo][location.demo]

lib/utilcode/README-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ startActivities : 启动多个 Activity
2222
startHomeActivity : 回到桌面
2323
getActivityList : 获取 Activity 栈链表
2424
getLauncherActivity : 获取启动项 Activity
25+
getMainActivities : 获取主的 Activity 们
2526
getTopActivity : 获取栈顶 Activity
2627
isActivityAlive : 判断 Activity 是否存活
2728
isActivityExistsInStack : 判断 Activity 是否存在栈中
@@ -394,6 +395,7 @@ getDirName : 根据全路径获取最长目录
394395
getFileName : 根据全路径获取文件名
395396
getFileNameNoExtension : 根据全路径获取文件名不带拓展名
396397
getFileExtension : 根据全路径获取文件拓展名
398+
notifySystemToScan : 通知系统扫描文件
397399
```
398400

399401
* ### Fragment 相关 -> [FragmentUtils.java][fragment.java] -> [Demo][fragment.demo]
@@ -650,11 +652,9 @@ getPhoneType : 获取移动终端类型
650652
isSimCardReady : 判断 sim 卡是否准备好
651653
getSimOperatorName : 获取 Sim 卡运营商名称
652654
getSimOperatorByMnc: 获取 Sim 卡运营商名称
653-
getPhoneStatus : 获取手机状态信息
654655
dial : 跳至拨号界面
655656
call : 拨打 phoneNumber
656657
sendSms : 跳至发送短信界面
657-
sendSmsSilent : 发送短信
658658
```
659659

660660
* ### 进程相关 -> [ProcessUtils.java][process.java] -> [Demo][process.demo]

lib/utilcode/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ startActivities
2222
startHomeActivity
2323
getActivityList
2424
getLauncherActivity
25+
getMainActivities
2526
getTopActivity
2627
isActivityAlive
2728
isActivityExistsInStack
@@ -394,6 +395,7 @@ getDirName
394395
getFileName
395396
getFileNameNoExtension
396397
getFileExtension
398+
notifySystemToScan
397399
```
398400

399401
* ### About Fragment -> [FragmentUtils.java][fragment.java] -> [Demo][fragment.demo]
@@ -650,11 +652,9 @@ getPhoneType
650652
isSimCardReady
651653
getSimOperatorName
652654
getSimOperatorByMnc
653-
getPhoneStatus
654655
dial
655656
call
656657
sendSms
657-
sendSmsSilent
658658
```
659659

660660
* ### About Process -> [ProcessUtils.java][process.java] -> [Demo][process.demo]

0 commit comments

Comments
 (0)