Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop' of github.com:se-bastiaan/TorrentStream-Androi…
Browse files Browse the repository at this point in the history
…d into develop
  • Loading branch information
se-bastiaan committed Mar 27, 2017
2 parents 98bca6d + ea244b4 commit 115f19a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ dependencies {
}
```

###Code samples
Add to your AndroidManifest.xml (only for saving to the external storage):

```xml
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
```

### Code samples

Create your own `TorrentOptions` instance using the builder and feed it to a new `TorrentStream`.

Expand All @@ -41,7 +47,7 @@ torrentStream.startStream("https://butterpoject.org/test.torrent");

If you want to get status information about the torrent then you might want to use `addListener` to attach a listener to your `TorrentStream` instance.

##License
## License

Copyright 2015-2016 Sébastiaan (github.com/se-bastiaan)

Expand Down

0 comments on commit 115f19a

Please sign in to comment.