1
0
Fork 0
mirror of https://github.com/ethauvin/android-about-box.git synced 2025-04-24 18:27:11 -07:00

fixed readme

This commit is contained in:
Alex Dibrivnyi 2017-02-06 23:26:03 +02:00
parent ae0ce1a880
commit 056ad0cd85

View file

@ -94,3 +94,9 @@ Add AboutBox configuration to your Application class
aboutConfig.sharingTitle = getString(R.string.sharing_title);
```
Open AboutBox screen
```java
AboutActivity.launch(activity);
```