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

Document list is not showing in android version 11 #329

Open
govindowlok0 opened this issue Jul 3, 2021 · 5 comments
Open

Document list is not showing in android version 11 #329

govindowlok0 opened this issue Jul 3, 2021 · 5 comments

Comments

@govindowlok0
Copy link

Document list is not showing in android version 11, pls help me

@Lei6
Copy link

Lei6 commented Jul 12, 2021

Declare the MANAGE_EXTERNAL_STORAGE permission in the manifest.

Enable MANAGE_EXTERNAL_STORAGE for testing
To explore how the permission affects your app, you can enable the permission for testing purposes. To do so, run the following command on the machine that's connected to your test device:MANAGE_EXTERNAL_STORAGE
adb shell appops set --uid PACKAGE_NAME MANAGE_EXTERNAL_STORAGE allow

I hope this problem can be solved

@govindowlok0
Copy link
Author

govindowlok0 commented Jul 12, 2021 via email

@Aastha-dev
Copy link

Hello,

If we enable this permission (PACKAGE_NAME MANAGE_EXTERNAL_STORAGE) then app gets rejected on play store so is there any solution for this?

Thanks!

@Lei6
Copy link

Lei6 commented Jul 22, 2021

It is recommended to check the policy statement of Google play:
https://support.google.com/googleplay/android-developer/answer/10467955?visit_id=637625361727361015-3726001061&rd=1&hl=en

Google Play restricts the use of high risk or sensitive permissions,If your app meets the policy requirements for acceptable use or is eligible for an exception, you will be required to declare this and any other high risk permissions using the Declaration Form in Play Console.For now, if you think All files access is needed for your app, it is recommended that you don’t update your target SDK level to Android 11 (API level 30) at this time

Hope I can help you

@devyugtia
Copy link

Still I m facing same issue, Documents are not showing. Can anybody have proper solution for this ???

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

4 participants