-
Notifications
You must be signed in to change notification settings - Fork 557
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
Comments
Declare the MANAGE_EXTERNAL_STORAGE permission in the manifest. Enable MANAGE_EXTERNAL_STORAGE for testing I hope this problem can be solved |
Ok
…On Mon, Jul 12, 2021, 12:21 PM Lei6 ***@***.***> wrote:
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
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#329 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKZREYVMKPMH2QRRZLXV6ODTXKGILANCNFSM47X2H5FQ>
.
|
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! |
It is recommended to check the policy statement of Google play: 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 |
Still I m facing same issue, Documents are not showing. Can anybody have proper solution for this ??? |
Document list is not showing in android version 11, pls help me
The text was updated successfully, but these errors were encountered: