Hello,
Welcome to our Microsoft Q&A platform!
You can use Xamarin.Essentials: Device Information to get the Android device version like following code with background code.
var version = DeviceInfo.VersionString;
Tips:If you want to make different pages based on the Android version. you can binding a value forViews or Controls' IsVisible
property to control them or You can naviagte diferent pages by the Android version.
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.