This inspection looks at Android API calls that have been annotated with various support annotations (such as RequiresPermission or UiThread) and flags any calls that are not using the API correctly as specified by the annotations.

Examples of errors flagged by this inspection: ...and many more.

For more information, see the documentation at http://developer.android.com/tools/debugging/annotations.html