Removed unneeded manifest items.
This commit is contained in:
parent
eff15c176e
commit
1e4662a4fd
1 changed files with 3 additions and 8 deletions
|
@ -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>
|
||||||
|
|
Reference in a new issue