Fixed UPNP route provider service manifest label.
This commit is contained in:
parent
3589b71da6
commit
e5063fd8e9
2 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
<service android:name="com.github.nutomic.controldlna.upnp.RemotePlayService" />
|
||||
|
||||
<service android:name="com.github.nutomic.controldlna.upnp.ProviderService"
|
||||
android:label="sample_media_route_provider_service"
|
||||
android:label="@string/upnp_route_provider_service"
|
||||
android:process=":mrp">
|
||||
<intent-filter>
|
||||
<action android:name="android.media.MediaRouteProviderService" />
|
||||
|
|
|
@ -21,5 +21,6 @@
|
|||
<string name="route_list_empty">No routes found. \nNew routes will be added automatically when they are available.</string>
|
||||
<string name="folder_list_etmpy">Folder is empty</string>
|
||||
<string name="playlist_empty">Playlist is empty</string>
|
||||
<string name="upnp_route_provider_service">UPNP Route Provider Service</string>
|
||||
|
||||
</resources>
|
||||
|
|
Reference in a new issue