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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.