Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jul 6, 2026. It is now read-only.
This repository was archived by the owner on Jul 6, 2026. It is now read-only.
There was an error while loading. Please reload this page.
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_DATAfield.We still list this field, though:
Android.Manifest.Permission.ClearAppUserDatafieldIs there a way for us to automatically detect such removals? If so, we should add
UnsupportedOSPlatformAttributeto those members.