Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When you will add support for API level 30 ( All file access permission - MANAGE EXTERNAL STORAGE ) ? #122

Open
ChetnaNakum opened this issue May 17, 2021 · 2 comments

Comments

@ChetnaNakum
Copy link

When you will add support for API level 30 ( All file access permission - MANAGE EXTERNAL STORAGE ) ? Please let me know.

@kghanva
Copy link

kghanva commented Nov 20, 2021

yes, please we definitely need this update

@longquangpham90
Copy link

we try v3.3.0 for device tablet lenovo P11 Android OS 11
Permission not approve, isGranted alway return false
Plese help me check

TedPermission.create()
                    .setDeniedMessage("If you reject permission, you can not use this service\n\nPlease turn on permissions at [Setting] > [Permission]")
                    .setPermissions(Manifest.permission.MANAGE_EXTERNAL_STORAGE)
                    .request()
                    .subscribe({
                        if (it.isGranted) {
                            ImagePicker.create(this@MainActivity).single()
                                .toolbarImageTitle(getString(R.string.choose_file_image))
                                .toolbarDoneButtonText(getString(R.string.done))
                                .theme(R.style.ImagePickerThemeDark).start(100)
                        } else {
                            Log.e("Tag", "Do NOT grant permission")
                        }
                    }, { Log.e("Tag", "--- Error: ${it.message}") })

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants