I am using the plugin to change notification settings on Android depending on the version. But I run in an issue on Android Pie 9.0 devices. I tested it on both emulator and real device.
Bug Information
Version Number of Plugin: 4.0.0.13
Device Tested On: Xiaomi Mi A1 - Android Pie 9.0
Simulator Tested On: Android Pie 9.0
Version of VS: 15.9.5
Version of Xamarin: 4.12.3.78
Steps to reproduce the Behavior
Add plugin
Using the plugin check versionNumber on Android Pie device.
I am using the plugin to change notification settings on Android depending on the version. But I run in an issue on Android Pie 9.0 devices. I tested it on both emulator and real device.
Bug Information
Version Number of Plugin: 4.0.0.13 Device Tested On: Xiaomi Mi A1 - Android Pie 9.0 Simulator Tested On: Android Pie 9.0 Version of VS: 15.9.5 Version of Xamarin: 4.12.3.78
Steps to reproduce the Behavior
Add plugin Using the plugin check versionNumber on Android Pie device.
Expected Behavior
return System.version object with 9.0
Actual Behavior
return System.version object with 0.0
Code snippet
System.Version androidVersion = CrossDeviceInfo.Current.VersionNumber;
Screenshotst