I'm trying to migrate my Xamarin project to Maui and I got stuck on finding the equivalent namespace to Android.App.Application.Context on Maui project. The DatabaseHelper class has the following path: MyProject -> Platforms -> Android -> Helpers.
Does anyone know what is the equivalent namespace to Android.App.Application.Context on Maui?
CS0234: The type or namespace name 'App' does not exist in the namespace 'AAT.Platforms.Android' (are you missing an assembly reference?)
Thanks!