Context: https://developer.android.com/sdk/api_diff/23/changes Sometimes, Android *removes* APIs. For example, API-23 *removed* the `android.Manifest.permission.CLEAR_APP_USER_DATA` field. We still list this field, though: [`Android.Manifest.Permission.ClearAppUserData` field](https://learn.microsoft.com/en-us/dotnet/api/android.manifest.permission.clearappuserdata?view=net-android-34.0) Is there a way for us to automatically detect such removals? If so, we should add [`UnsupportedOSPlatformAttribute`](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.versioning.unsupportedosplatformattribute?view=net-9.0) to those members.