Visual Studio Code – .NET MAUI: How to ensure that Android platform specific code is only executed on supported Android versions?
I have various implementations of a partial class DeviceServices to provide platform specific implementations of certain device or OS specific features for Android, iOS and so on. My app is targeting API level 33.0 and the minimum version is API…