Skip to content

Commit 63ad21b

Browse files
committed
Remove old intent filter that was added by accident
1 parent f6407f6 commit 63ad21b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

samples/CommunityToolkit.Maui.Sample/Platforms/Android/AndroidManifest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77

88
<service android:name="communityToolkit.maui.media.services" android:stopWithTask="true" android:exported="false" android:enabled="true"
99
android:foregroundServiceType="mediaPlayback">
10-
<intent-filter>
11-
<action android:name="android.intent.action.MEDIA_BUTTON"/>
12-
</intent-filter>
1310
<intent-filter>
1411
<action android:name="androidx.media3.session.MediaSessionService"/>
1512
</intent-filter>

0 commit comments

Comments
 (0)