reimplemented BackgroundPlayer extending Service, not IntentService. See http://stackoverflow.com/questions/17237746 and http://stackoverflow.com/questions/8690198

This commit is contained in:
Adam Howard 2015-11-25 15:19:50 +00:00
parent 943027ffdd
commit 0f93a45b9d
4 changed files with 165 additions and 52 deletions

View file

@ -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