Set exported to true for MusicService

This commit is contained in:
Prathamesh More 2022-01-24 17:51:49 +05:30
parent b74b4808c6
commit b8637958ce

View file

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