• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

checkselfpermission

  1. A

    READ_MEDIA_AUDIO

    I adapted to the new permissions and wanted to check if the READ_MEDIA_AUDIO was set by calling if(ContextCompat.checkSelfPermission(getApplicationContext(), android.Manifest.permission.READ_MEDIA_AUDIO != PackageManager.PERMISSION_GRANTED) But the new permissions are not in...