While trying new permissions API, notably:
ActivityCompat.checkSelfPermission ActivityCompat.shouldShowRequestPermissionRationale ActivityCompat.requestPermissions
for permission:
android.permission.USE_CREDENTIALS
(whichn is not listed as "normal" permission)
I've received an "unknown permissionn exception".
Is it a bug? Or is USE_CREDENTIALS a normal permission after all?