implement asynchronous login to prevent several common crashes
This commit is contained in:
parent
b814311804
commit
9f40b7281c
13 changed files with 235 additions and 53 deletions
|
|
@ -70,6 +70,10 @@
|
|||
android:name=".service.MusicService"
|
||||
android:enabled="true" />
|
||||
|
||||
<service
|
||||
android:name=".service.LoginService"
|
||||
android:enabled="true" />
|
||||
|
||||
<receiver android:name=".service.MediaButtonIntentReceiver">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MEDIA_BUTTON" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue