Fixed UPNP route provider service manifest label.

This commit is contained in:
Felix Ableitner 2014-01-04 17:25:56 +01:00
parent 3589b71da6
commit e5063fd8e9
2 changed files with 2 additions and 1 deletions

View file

@ -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" />

View file

@ -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>