Skip to content

Commit d6ea372

Browse files
committed
2 parents 543db06 + 1db7002 commit d6ea372

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

README.md

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,44 @@
11
android-utils
22
=============
33

4-
It contains most of the utility classes.
5-
4+
It contains most of the utility classes.
5+
6+
Android utility class, include BitmapUtil, DataCleanManager, FileUtils, HanziToPinyin, NetUtil, PreferencesCookieStore, RandomUtils, Singleton, LogUtils, BaseCrashHandler, and so on.
67

8+
Permission requirement
9+
----------------------
710

11+
```xml
12+
<uses-permission android:name="android.permission.INTERNET" />
13+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
14+
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
15+
```
816

9-
Developed By
10-
============
11-
12-
* [Zhenguo Jin](https://worthed.com) - <jinzhenguo1990@gmail.com>
17+
Configuration
18+
-------------
1319

20+
```xml
21+
<application
22+
android:name="com.worthed.app.BaseApplication" >
23+
```
1424

1525
Proguard
16-
============
26+
--------
27+
1728
``` xml
1829
-keep class com.worthed.** { *; }
1930
-keepclassmembers class com.worthed.** { *; }
2031
-dontwarn com.worthed.**
2132
```
2233

34+
Developer
35+
---------
36+
37+
* [Zhenguo Jin](https://worthed.com) - <jinzhenguo1990@gmail.com>
38+
39+
2340
License
24-
=======
41+
-------
2542

2643
Copyright 2014 Zhenguo Jin
2744

0 commit comments

Comments
 (0)