Implemented a playback notification with a progress bar. No playback controls yet.
This commit is contained in:
parent
0f93a45b9d
commit
6b2c3217ab
2 changed files with 106 additions and 83 deletions
|
|
@ -72,7 +72,10 @@
|
|||
android:parentActivityName=".VideoItemDetailActivity"
|
||||
>
|
||||
</activity>
|
||||
<service android:name=".BackgroundPlayer"
|
||||
<!--TODO: make label a translatable string -->
|
||||
<service
|
||||
android:name=".BackgroundPlayer"
|
||||
android:label="NewPipe Background Player"
|
||||
android:exported="false" >
|
||||
</service>
|
||||
<activity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue