Open
Description
Description
My Android Bugsnag crash reports include the integer Android version, i.e. Android 11, but they don't include the security patch version; this would be useful to have when diagnosing whether an Android security patch is the cause of a crash/exception. Apparently this was added in API level 23: https://developer.android.com/reference/android/os/Build.VERSION#SECURITY_PATCH
Describe the solution you'd like
Please add SECURITY_PATCH to the default report metadata.
Describe alternatives you've considered
I could probably figure out how to add it manually but this seems like the correct default.