@@ -8,7 +8,7 @@ Directory is shown below:
88 ```
99isActivityExists
1010launchActivity
11- getLauncherActivity: 获取入口activity
11+ getLauncherActivity
1212 ```
1313
1414> - ** About App→[ AppUtils.java] [ app.java ] →[ Demo] [ app.demo ] **
@@ -22,7 +22,7 @@ isAppRoot
2222launchApp
2323closeApp
2424getAppPackageName
25- getAppDetailsSettings: 获取App具体设置
25+ getAppDetailsSettings
2626getAppName
2727getAppIcon
2828getAppPath
@@ -41,7 +41,7 @@ cleanAppData
4141
4242> - ** About Bar→[ BarUtils.java] [ bar.java ] **
4343 ```
44- setTransparentStatusBar: 设置透明状态栏(api大于19方可使用)
44+ setTransparentStatusBar
4545hideStatusBar
4646getStatusBarHeight
4747isStatusBarExists
@@ -55,7 +55,7 @@ hideNotificationBar
5555cleanInternalCache
5656cleanInternalFiles
5757cleanInternalDbs
58- cleanInternalDbByName: 根据名称清除数据库
58+ cleanInternalDbByName
5959cleanInternalSP
6060cleanExternalCache
6161cleanCustomCache
@@ -67,19 +67,19 @@ copyText
6767getText
6868copyUri
6969getUri
70- copyIntent: 复制意图到剪贴板
70+ copyIntent
7171getIntent
7272 ```
7373
7474> - ** About Close→[ CloseUtils.java] [ close.java ] **
7575 ```
7676closeIO
77- closeIOQuietly: 安静关闭IO
77+ closeIOQuietly
7878 ```
7979
8080> - ** About Const→[ ConstUtils.java] [ const.java ] **
8181 ```
82- MemoryConst: 存储相关常量
82+ MemoryConst
8383TimeConst
8484RegexConst
8585 ```
@@ -97,7 +97,7 @@ input2OutputStream, output2InputStream
9797inputStream2Bytes, bytes2InputStream
9898outputStream2Bytes, bytes2OutputStream
9999inputStream2String, string2InputStream
100- outputStream2String, string2OutputStream: outputStream与string按编码互转
100+ outputStream2String, string2OutputStream
101101bitmap2Bytes, bytes2Bitmap
102102drawable2Bitmap, bitmap2Drawable
103103drawable2Bytes, bytes2Drawable
@@ -108,7 +108,7 @@ sp2px, px2sp
108108
109109> - ** About Crash→[ CrashUtils.java] [ crash.java ] **
110110 ```
111- getInstance: 获取单例
111+ getInstance
112112init
113113 ```
114114
@@ -123,23 +123,23 @@ getModel
123123shutdown
124124reboot
125125reboot2Recovery
126- reboot2Bootloader: 重启到bootloader
126+ reboot2Bootloader
127127 ```
128128
129129> - ** About Empty→[ EmptyUtils.java] [ empty.java ] →[ Test] [ empty.test ] **
130130 ```
131131isEmpty
132- isNotEmpty: 判断对象是否非空
132+ isNotEmpty
133133 ```
134134
135135> - ** About Encode→[ EncodeUtils.java] [ encode.java ] →[ Test] [ encode.test ] **
136136 ```
137137urlEncode
138138urlDecode
139139base64Encode
140- base64Encode2String: Base64编码
140+ base64Encode2String
141141base64Decode
142- base64UrlSafeEncode: Base64URL安全编码
142+ base64UrlSafeEncode
143143htmlEncode
144144htmlDecode
145145 ```
@@ -162,7 +162,7 @@ encryptHmacSHA384, encryptHmacSHA384ToString
162162encryptHmacSHA512, encryptHmacSHA512ToString
163163encryptDES, encryptDES2HexString, encryptDES2Base64
164164decryptDES, decryptHexStringDES, decryptBase64DES
165- encrypt3DES, encrypt3DES2HexString, encrypt3DES2Base64: 3DES加密
165+ encrypt3DES, encrypt3DES2HexString, encrypt3DES2Base64
166166decrypt3DES, decryptHexString3DES, decryptBase64_3DES
167167encryptAES, encryptAES2HexString, encryptAES2Base64
168168decryptAES, decryptHexStringAES, decryptBase64AES
@@ -177,7 +177,7 @@ isDir
177177isFile
178178createOrExistsDir
179179createOrExistsFile
180- createFileByDeleteOldFile: 判断文件是否存在,存在则在创建之前删除
180+ createFileByDeleteOldFile
181181copyDir
182182copyFile
183183moveDir
@@ -213,13 +213,13 @@ getFileExtension
213213
214214> - ** About Handler→[ HandlerUtils.java] [ handler.java ] →[ Demo] [ handler.demo ] **
215215 ```
216- HandlerHolder: 使用必读
216+ HandlerHolder
217217 ```
218218
219219> - ** About Image→[ ImageUtils.java] [ image.java ] →[ Demo] [ image.demo ] **
220220 ```
221221bitmap2Bytes, bytes2Bitmap
222- drawable2Bitmap, bitmap2Drawable: drawable与bitmap互转
222+ drawable2Bitmap, bitmap2Drawable
223223drawable2Bytes, bytes2Drawable
224224getBitmap
225225scale
@@ -251,7 +251,7 @@ compressBySampleSize
251251getInstallAppIntent
252252getUninstallAppIntent
253253getLaunchAppIntent
254- getAppDetailsSettingsIntent: 获取App具体设置的意图
254+ getAppDetailsSettingsIntent
255255getShareTextIntent
256256getShareImageIntent
257257getComponentIntent
@@ -262,15 +262,15 @@ getCaptureIntent
262262> - ** About Keyboard→[ KeyboardUtils.java] [ keyboard.java ] →[ Demo] [ keyboard.demo ] **
263263 ```
264264hideSoftInput
265- clickBlankArea2HideSoftInput: 点击屏幕空白区域隐藏软键盘
265+ clickBlankArea2HideSoftInput
266266showSoftInput
267267toggleSoftInput
268268 ```
269269
270270> - ** About Location→[ LocationUtils.java] [ location.java ] →[ Demo] [ location.demo ] **
271271 ```
272272isGpsEnabled
273- isLocationEnabled: 判断定位是否可用
273+ isLocationEnabled
274274openGpsSettings
275275register
276276unregister
@@ -283,7 +283,7 @@ getStreet
283283> - ** About Log→[ LogUtils.java] [ log.java ] →[ Test] [ log.test ] **
284284 ```
285285init
286- getBuilder: 获取LogUtils建造者
286+ getBuilder
287287v
288288d
289289i
@@ -303,7 +303,7 @@ getWifiEnabled
303303setWifiEnabled
304304isWifiConnected
305305isWifiAvailable
306- getNetworkOperatorName: 获取移动网络运营商名称
306+ getNetworkOperatorName
307307getNetworkType
308308getIPAddress
309309getDomainAddress
@@ -317,7 +317,7 @@ getIMSI
317317getPhoneType
318318isSimCardReady
319319getSimOperatorName
320- getSimOperatorByMnc: 获取Sim卡运营商名称
320+ getSimOperatorByMnc
321321getPhoneStatus
322322dial
323323call
@@ -333,15 +333,15 @@ getAllSMS
333333ccs2Pinyin
334334ccs2Pinyin
335335getPinyinFirstLetter
336- getPinyinFirstLetters: 获取所有汉字的首字母
336+ getPinyinFirstLetters
337337getSurnamePinyin
338- getSurnameFirstLetter: 根据名字获取姓氏的首字母
338+ getSurnameFirstLetter
339339 ```
340340
341341> - ** About Process→[ ProcessUtils.java] [ process.java ] →[ Demo] [ process.demo ] **
342342 ```
343343getForegroundProcessName
344- killAllBackgroundProcesses: 杀死所有的后台服务进程
344+ killAllBackgroundProcesses
345345killBackgroundProcesses
346346 ```
347347
361361isMatch
362362getMatches
363363getSplits
364- getReplaceFirst: 替换正则匹配的第一部分
364+ getReplaceFirst
365365getReplaceAll
366366 ```
367367
@@ -375,13 +375,13 @@ isLandscape
375375isPortrait
376376getScreenRotation
377377captureWithStatusBar
378- captureWithoutStatusBar: 获取当前屏幕截图,不包含状态栏
378+ captureWithoutStatusBar
379379isScreenLock
380380 ```
381381
382382> - ** About SDCard→[ SDCardUtils.java] [ sdcard.java ] →[ Demo] [ sdcard.demo ] **
383383 ```
384- isSDCardEnable: 判断SD卡是否可用
384+ isSDCardEnable
385385getSDCardPath
386386getDataPath
387387getFreeSpace
@@ -390,7 +390,7 @@ getSDCardInfo
390390
391391> - ** About Service→[ ServiceUtils.java] [ service.java ] **
392392 ```
393- getAllRunningService: 获取所有运行的服务
393+ getAllRunningService
394394startService
395395stopService
396396bindService
@@ -400,7 +400,7 @@ isServiceRunning
400400
401401> - ** About Shell→[ ShellUtils.java] [ shell.java ] **
402402 ```
403- execCmd: 是否是在root下执行命令
403+ execCmd
404404 ```
405405
406406> - ** About Size→[ SizeUtils.java] [ size.java ] **
@@ -411,14 +411,14 @@ applyDimension
411411forceGetViewSize
412412measureView
413413getMeasuredWidth
414- getMeasuredHeight: 获取测量视图高度
414+ getMeasuredHeight
415415 ```
416416
417417> - ** About Snackbar→[ SnackbarUtils.java] [ snackbar.java ] →[ Demo] [ snackbar.demo ] **
418418 ```
419419showShortSnackbar
420420showLongSnackbar
421- showIndefiniteSnackbar: 显示自定义时长snackbar
421+ showIndefiniteSnackbar
422422addView
423423dismissSnackbar
424424 ```
@@ -427,8 +427,8 @@ dismissSnackbar
427427 ```
428428getBuilder
429429setFlag
430- setForegroundColor: 设置前景色
431- setBackgroundColor: 设置背景色
430+ setForegroundColor
431+ setBackgroundColor
432432setQuoteColor
433433setLeadingMargin
434434setBullet
@@ -465,8 +465,8 @@ putLong
465465getLong
466466putFloat
467467getFloat
468- putBoolean: SP中写入boolean类型value
469- getBoolean: SP中读取boolean
468+ putBoolean
469+ getBoolean
470470getAll
471471remove
472472contains
@@ -478,11 +478,11 @@ clear
478478isEmpty
479479isSpace
480480equals
481- equalsIgnoreCase: 判断两字符串忽略大小写是否相等
481+ equalsIgnoreCase
482482null2Length0
483483length
484- upperFirstLetter: 首字母大写
485- lowerFirstLetter: 首字母小写
484+ upperFirstLetter
485+ lowerFirstLetter
486486reverse
487487toDBC
488488toSBC
@@ -504,7 +504,7 @@ invokeAll, invokeAny
504504schedule
505505schedule
506506scheduleWithFixedRate
507- scheduleWithFixedDelay: 延迟并以固定休息时间循环执行命令
507+ scheduleWithFixedDelay
508508 ```
509509
510510> - ** About Time→[ TimeUtils.java] [ time.java ] →[ Test] [ time.test ] **
@@ -522,7 +522,7 @@ getNowTimeString
522522getNowTimeDate
523523getTimeSpanByNow
524524getFitTimeSpanByNow
525- getFriendlyTimeSpanByNow: 获取友好型与当前时间的差
525+ getFriendlyTimeSpanByNow
526526isSameDay
527527isLeapYear
528528getWeek, getWeekIndex
@@ -535,7 +535,7 @@ getZodiac
535535> - ** About Toast→[ ToastUtils.java] [ toast.java ] →[ Demo] [ toast.demo ] **
536536 ```
537537init
538- showShortToastSafe: 安全地显示短时吐司
538+ showShortToastSafe
539539showLongToastSafe
540540showShortToast
541541showLongToast
@@ -548,7 +548,7 @@ zipFiles
548548zipFile
549549unzipFiles
550550unzipFile
551- unzipFileByKeyword: 解压带有关键字的文件
551+ unzipFileByKeyword
552552getFilesPath
553553getComments
554554getEntries
0 commit comments