mirror of
https://github.com/ethauvin/android-about-box.git
synced 2025-04-25 02:37:11 -07:00
fixed readme
This commit is contained in:
parent
ae0ce1a880
commit
056ad0cd85
1 changed files with 6 additions and 0 deletions
|
@ -94,3 +94,9 @@ Add AboutBox configuration to your Application class
|
||||||
aboutConfig.sharingTitle = getString(R.string.sharing_title);
|
aboutConfig.sharingTitle = getString(R.string.sharing_title);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Open AboutBox screen
|
||||||
|
|
||||||
|
```java
|
||||||
|
AboutActivity.launch(activity);
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue