mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-30 06:32:36 +00:00
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:
parent
e5a7b2924e
commit
2e222d5f39
@ -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"
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user