Looks for Context#getSystemService() calls where the value is cast incorrectly

When you call Context#getSystemService(), the result is typically cast to a specific interface. This lint check ensures that the cast is compatible with the expected type of the return value.