We have some logging in our solution on catch blocks in order to help us debug any potential issues our users might be having. The logging includes the built-in app variables ‘Device Os‘, and ‘Device OS Version’. We have noticed that all the logs from Android devices are showing up as Android 10. We checked app variables with developer tools on an Android device (Android 15) and it also shows ‘Device Os Version: 10’.
Are there any issues with checking the OS version on Android? The variable seems to work fine for iOS versions.