implement asynchronous login to prevent several common crashes

This commit is contained in:
dkanada 2021-04-27 12:22:42 +09:00
commit 9f40b7281c
13 changed files with 235 additions and 53 deletions

View file

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