implemented stage 1 ultra-basic background play of videos; see https://github.com/theScrabi/NewPipe/wiki/Background-Playback-Mini-Roadmap

This commit is contained in:
Adam Howard 2015-11-24 00:40:36 +00:00
parent 67324bfc80
commit 943027ffdd
3 changed files with 91 additions and 2 deletions

View file

@ -71,6 +71,9 @@
android:parentActivityName=".VideoItemDetailActivity"
>
</activity>
<service android:name=".BackgroundPlayer"
android:exported="false" >
</service>
<activity
android:name=".SettingsActivity"
android:label="@string/title_activity_settings" >