We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8975469 commit 840c2b6Copy full SHA for 840c2b6
docs/maui/views/MediaElement.md
@@ -81,7 +81,7 @@ public class MainActivity : MauiAppCompatActivity
81
#### 2. Add the following to `AndroidManifest.xml` inside the `<application>` tag.
82
83
```csharp
84
- <service android:name="communityToolkit.maui.media.services" android:stopWithTask android:exported="false" android:enabled="true" android:foregroundServiceType="mediaPlayback">
+ <service android:name="communityToolkit.maui.media.services" android:stopWithTask="true" android:exported="false" android:enabled="true" android:foregroundServiceType="mediaPlayback">
85
<intent-filter>
86
<action android:name="androidx.media3.session.MediaSessionService"/>
87
</intent-filter>
0 commit comments