Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangQinglian authored Feb 5, 2018
1 parent 52d5658 commit e8033fe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,17 @@ permissions
<uses-permission android:name="android.permission.READ_LOGS" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
```
> you should request above runtime permissions by yourself
java api

```java
public static void showLolly(android.app.Activity activity,
public static void Lolly.showLolly(android.app.Activity activity,
java.lang.String[] tags)

public static void hideLolly(@NotNull android.app.Activity activity)
public static void Lolly.hideLolly(@NotNull android.app.Activity activity)

public static void saveLog(@NotNull android.app.Activity activity)
public static void Lolly.saveLog(@NotNull android.app.Activity activity)
```


Expand Down

0 comments on commit e8033fe

Please sign in to comment.