Added link to play store, F-Droid badge.
This commit is contained in:
parent
a833c4e079
commit
e745270f56
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@ Additionally, other apps can utilize the MediaRouter API to play their media on
|
||||||
|
|
||||||
Android 2.2 (Gingerbread) or higher is required.
|
Android 2.2 (Gingerbread) or higher is required.
|
||||||
|
|
||||||
[Download](http://f-droid.org/repository/browse/?fdid=com.github.nutomic.controldlna)
|
[![Get it on Google Play](https://developer.android.com/images/brand/en_generic_rgb_wo_60.png)](https://play.google.com/store/apps/details?id=com.github.nutomic.controldlna) [![Get it on F-Droid](https://f-droid.org/wiki/images/0/06/F-Droid-button_get-it-on.png)](http://f-droid.org/repository/browse/?fdid=com.github.nutomic.controldlna)
|
||||||
|
|
||||||
Permissions: READ_PHONE_STATE is required to pause playback on phone call. All other permissions are required for UPnP functionality. ControlDLNA does not access the internet.
|
Permissions: READ_PHONE_STATE is required to pause playback on phone call. All other permissions are required for UPnP functionality. ControlDLNA does not access the internet.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
To build, install Gradle (make sure it has support for Android builds), and then simply run `gradle assembleDebug` or `gradle assembleRelease` The apk will be placed in `build/apk`.
|
To build, install Gradle (make sure it has support for Android builds), and then simply run `gradle assembleDebug` or `gradle assembleRelease`.
|
||||||
|
|
||||||
## Icons
|
## Icons
|
||||||
|
|
||||||
|
|
Reference in a new issue