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,21 +10,16 @@
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
<application <application
android:allowBackup="true"
android:icon="@drawable/ic_launcher" android:icon="@drawable/ic_launcher"
android:label="@string/app_name" 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" />
<service android:name="com.github.nutomic.localroute.ProviderService" <service android:name="com.github.nutomic.localroute.ProviderService"
android:process=":mrp"> android:process=":mrp">
<intent-filter> <intent-filter>
<action android:name="android.media.MediaRouteProviderService" /> <action android:name="android.media.MediaRouteProviderService" />
</intent-filter> </intent-filter>
</service> </service>
</application> </application>
</manifest> </manifest>