Remove old player from the manifest

See https://github.com/TeamNewPipe/NewPipe/pull/1884 for more info
This commit is contained in:
TobiGr 2019-02-17 09:52:05 +01:00
parent ce6a5ebf0a
commit db9cf95648
1 changed files with 0 additions and 6 deletions

View File

@ -35,12 +35,6 @@
</intent-filter>
</receiver>
<activity
android:name=".player.old.PlayVideoActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@style/OldVideoPlayerTheme"
tools:ignore="UnusedAttribute"/>
<service
android:name=".player.BackgroundPlayer"
android:exported="false">