Skip to content

Android 14 no permission WRITE_EXTERNAL_STORAGE #11

@790396054

Description

@790396054

CameraUtils.hasStoragePermission method in Android 14 error

fun hasStoragePermission(ctx: Context): Boolean{
val locPermission = ContextCompat.checkSelfPermission(ctx, Manifest.permission.WRITE_EXTERNAL_STORAGE)
return locPermission == PackageManager.PERMISSION_GRANTED
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions