Skip to content

Use ContextCompat.getSystemService() to retrieve system services without casting.

Make use of ContextCompat.getSystemService() to retrieve system services in a backward-compatible manner without having to use casting.

Merge request reports