reimplemented BackgroundPlayer extending Service, not IntentService. See http://stackoverflow.com/questions/17237746 and http://stackoverflow.com/questions/8690198
This commit is contained in:
parent
943027ffdd
commit
0f93a45b9d
4 changed files with 165 additions and 52 deletions
|
|
@ -3,6 +3,7 @@
|
|||
package="org.schabi.newpipe" >
|
||||
|
||||
<uses-permission android:name= "android.permission.INTERNET" />
|
||||
<uses-permission android:name= "android.permission.WAKE_LOCK" />
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
<application
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue