Всем здравствуйте! Я написал программу музыкальный проигрыватель для автомагнитолы, но на андроид 10+ программа не видит файлы. На mit app inventor это вообще возможно сделать?
.see here Some basics on Android storage system and
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.
To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.
Taifun
Trying to push the limits!         Snippets,         Tutorials and        Extensions from        Pura Vida Apps by  Taifun.
  Taifun.
On newer devices you have to ask for READ_MEDIA_AUDIO permission
Taifun
PS And next tine please switch the language to English before taking a screenshot
Without requesting and granting READ permissions it doesn't work on any Android version.
So you must request
READ_EXTERNAL_STORAGEpermission on Android < 13 andREAD_MEDIA_AUDIOon Android 13+.
