Fixed a bug that turned up on fabric when SystemService is running in

the background. Strange this hasn't surfaced before.
This commit is contained in:
casey langen 2017-08-25 19:06:58 -07:00
parent e5a7b2924e
commit 2e222d5f39
2 changed files with 3 additions and 2 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "io.casey.musikcube.remote"
minSdkVersion 16
targetSdkVersion 26
versionCode 20
versionName "0.15.0"
versionCode 21
versionName "0.15.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

View File

@ -65,6 +65,7 @@
<intent-filter>
<action android:name="io.casey.musikcube.remote.WAKE_UP" />
<action android:name="io.casey.musikcube.remote.SHUT_DOWN" />
<action android:name="io.casey.musikcube.remote.SLEEP" />
</intent-filter>
</service>