Skip to content

Commit 61cd158

Browse files
committed
modify readme
1 parent 8aae762 commit 61cd158

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# Android开发人员不得不收集的代码(持续更新中)
2-
------
1+
# Android开发人员不得不收集的代码(持续更新中)
2+
***
33
为方便查找,已进行大致归类,其目录如下所示:
44
> - [App相关][app.md][AppUtils.java][app.java]
55
> - 安装指定路径下的Apk *installApp*
66
> - 卸载指定包名的App *uninstallApp*
77
> - 获取当前App信息 *getAppInfo*
88
> - 获取所有已安装App信息 *getAllAppsInfo*
9+
> - 根据包名判断App是否安装 *isInstallApp*
910
> - 打开指定包名的App *openAppByPackageName*
1011
> - 打开指定包名的App应用信息界面 *openAppInfo*
1112
> - 可用来做App信息分享 *shareAppInfo*
@@ -117,29 +118,29 @@
117118
**做这份整理只是想把它作为Android的一本小字典,当遇到一些琐碎问题时,不用再面向百度或者谷歌查询API的使用,费时费力,这里有的话,大家尽管撸走。希望它能逐日壮大起来,期待你的Star和完善,用途的话大家想把它们整理成工具类或者什么的话都可以,之后我也会封装工具类并分享之,但本篇只是提供查阅,毕竟看md比看类文件要爽多了,其中好多代码我也是各种搜刮来的,也要谢谢各位的总结,大部分代码已验证过可行,如有错误,请及时告之,开设QQ群提供讨论,群号:74721490**
118119

119120
Download
120-
------
121+
***
121122
Gradle:
122123
``` groovy
123124
compile 'com.blankj:utilcode:1.0'
124125
```
125126

126127
Proguard
127-
------
128+
***
128129
``` xml
129130
-keep class com.blankj.utilcode.** { *; }
130131
-keepclassmembers class com.blankj.utilcode.** { *; }
131132
-dontwarn com.blankj.utilcode.**
132133
```
133134

134135
License
135-
------
136+
***
136137
Copyright 2016 Blankj
137138

138139
Licensed under the Apache License, Version 2.0 (the "License");
139140
you may not use this file except in compliance with the License.
140141
You may obtain a copy of the License at
141142

142-
http://www.apache.org/licenses/LICENSE-2.0
143+
http://www.apache.org/licenses/LICENSE-2.0
143144

144145
Unless required by applicable law or agreed to in writing, software
145146
distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)