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" />
|
||||
|
||||
<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">
|
||||
<intent-filter>
|
||||
<action android:name="android.media.MediaRouteProviderService" />
|
||||
</intent-filter>
|
||||
</service>
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
|
Reference in a new issue