Set exported to true for MusicService
This commit is contained in:
parent
b74b4808c6
commit
b8637958ce
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@
|
||||||
<service
|
<service
|
||||||
android:name=".service.MusicService"
|
android:name=".service.MusicService"
|
||||||
android:enabled="true"
|
android:enabled="true"
|
||||||
android:exported="false"
|
android:exported="true"
|
||||||
android:foregroundServiceType="mediaPlayback"
|
android:foregroundServiceType="mediaPlayback"
|
||||||
android:label="@string/app_name">
|
android:label="@string/app_name">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue