Hello. I have installed an app on an oppo, with Android 11, phone and when I go to run it I get the message "The permission WRITE_EXTERNAL_STORAGE has been denied. Please enable it in the settings app". I only use TINYDB. How can I solve this problem?
Thank you.
Are you asking for that permission ?
What other components do you have?
Show your relevant blocks
That can't be true.
That doesn't make sense on Android 11, because WRITE
permission does no longer exist on Android 11. But if you ask for it, only READ
permission can be granted (provided it is declared in the Manifest).
Not only do I have WEB, TIME and TINYDB components.
TINYDB is the only component that tries to write data.
Regards.
No, the Web
component.
Show your blocks and read this:
Web may need to write data. And also, please search the community, because this statement is repeated many times: Android 11 does not have the WRITE_EXTERNAL_STORAGE permission. But it's not your fault.
Did you try going to the Screen1 settings and set DefaultFileScope
to Legacy
?
Is Time a component? Or do you mean Clock?