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
Enable Android Foreground Service for MediaElement
Updated the `CreateMauiApp` method to enable the Android foreground service for `MediaElement`. Removed the `IsAndroidForegroundServiceEnabled` property from the XAML definition and set it to `false` in the `DisplayPopup` method. Changed the access level of the `IsAndroidForegroundServiceEnabled` property in `MediaElement.shared.cs` from `public` to `internal` to restrict its visibility.
0 commit comments