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
Is there a way for us to automatically detect such removals? If so, we should add UnsupportedOSPlatformAttribute to those members.