Removed unneeded manifest items.

This commit is contained in:
Felix Ableitner 2014-05-02 00:09:15 +02:00
parent eff15c176e
commit 1e4662a4fd

View file

@ -10,14 +10,8 @@
<uses-permission android:name="android.permission.INTERNET" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<service android:name="com.github.nutomic.controldlna.mediarouter.MediaRouterPlayService" />
<service android:name="com.github.nutomic.controldlna.upnp.RemotePlayService" />
android:label="@string/app_name" >
<service android:name="com.github.nutomic.localroute.ProviderService"
android:process=":mrp">
@ -25,6 +19,7 @@
<action android:name="android.media.MediaRouteProviderService" />
</intent-filter>
</service>
</application>
</manifest>