You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="enableForegroundService">Enable Android Foreground Service for MediaElement.</param>
24
+
/// <param name="enableForegroundService"> Enable Android Foreground Service for MediaElement.
25
+
/// When providing <c>true</c> the required permissions and service must be included in android manifest.
26
+
/// For more information, see the <see href=" https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/views/mediaelement?tabs=android">MediaElement Documentation.</see> for details.
27
+
/// </param>
25
28
/// <returns><see cref="MauiAppBuilder"/> initialized for <see cref="MediaElement"/>.</returns>
0 commit comments