Android application type
Android for .NET (net6.0-android, etc.)
Affected platform version
VS2022 17.3.4
Description
The enum Android.Nfc.NfcReaderFlags is missing the FlagsAttribute.
When using methods like Android.Nfc.NfcAdapter.EnableReaderMode() you will get the warning "Bitwise operation on enum is not marked by [Flags] attribute"
Steps to Reproduce
N/A
Did you find any workaround?
No response
Relevant log output
No response