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:
parent
67324bfc80
commit
943027ffdd
3 changed files with 91 additions and 2 deletions
|
|
@ -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" >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue