Merge pull request #2129 from TeamNewPipe/remove-old-player

Remove old player from the manifest
This commit is contained in:
Christian Schabesberger 2019-02-19 14:29:02 +01:00 committed by GitHub
commit 202a319d69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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">