Skip to content

Commit

Permalink
see 08/09 log
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankj committed Aug 9, 2019
1 parent 6e27c6e commit a3872eb
Show file tree
Hide file tree
Showing 8 changed files with 235 additions and 35 deletions.
Binary file modified art/auc_frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions buildSrc/src/main/groovy/GLog.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import org.gradle.internal.impldep.org.apache.http.util.EntityUtils

/**
* <pre>
* author: blankj
Expand Down
1 change: 1 addition & 0 deletions lib/subutil/README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ reboot : 重启
reboot2Recovery : 重启到 recovery
reboot2Bootloader : 重启到 bootloader
setMobileDataEnabled: 打开或关闭移动数据
sendSmsSilent : 发送短信
```

* ### 定位相关 -> [LocationUtils.java][location.java] -> [Demo][location.demo]
Expand Down
1 change: 1 addition & 0 deletions lib/subutil/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ reboot
reboot2Recovery
reboot2Bootloader
setMobileDataEnabled
sendSmsSilent
```

* ### About Location -> [LocationUtils.java][location.java] -> [Demo][location.demo]
Expand Down
4 changes: 2 additions & 2 deletions lib/utilcode/README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ startActivities : 启动多个 Activity
startHomeActivity : 回到桌面
getActivityList : 获取 Activity 栈链表
getLauncherActivity : 获取启动项 Activity
getMainActivities : 获取主的 Activity 们
getTopActivity : 获取栈顶 Activity
isActivityAlive : 判断 Activity 是否存活
isActivityExistsInStack : 判断 Activity 是否存在栈中
Expand Down Expand Up @@ -394,6 +395,7 @@ getDirName : 根据全路径获取最长目录
getFileName : 根据全路径获取文件名
getFileNameNoExtension : 根据全路径获取文件名不带拓展名
getFileExtension : 根据全路径获取文件拓展名
notifySystemToScan : 通知系统扫描文件
```

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

* ### 进程相关 -> [ProcessUtils.java][process.java] -> [Demo][process.demo]
Expand Down
4 changes: 2 additions & 2 deletions lib/utilcode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ startActivities
startHomeActivity
getActivityList
getLauncherActivity
getMainActivities
getTopActivity
isActivityAlive
isActivityExistsInStack
Expand Down Expand Up @@ -394,6 +395,7 @@ getDirName
getFileName
getFileNameNoExtension
getFileExtension
notifySystemToScan
```

* ### About Fragment -> [FragmentUtils.java][fragment.java] -> [Demo][fragment.demo]
Expand Down Expand Up @@ -650,11 +652,9 @@ getPhoneType
isSimCardReady
getSimOperatorName
getSimOperatorByMnc
getPhoneStatus
dial
call
sendSms
sendSmsSilent
```

* ### About Process -> [ProcessUtils.java][process.java] -> [Demo][process.demo]
Expand Down
Loading

0 comments on commit a3872eb

Please sign in to comment.