View Issue Details

IDProjectCategoryView StatusLast Update
0016363MMAGeneralpublic2022-12-20 16:29
Reportermartin Assigned To 
PrioritynoneSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
PlatformAndroidOS-OS Versionall
Product Version1.3.7 
Target Version1.4.1Fixed in Version1.4.1 
Summary0016363: Migration to Android 10/11 (app target API 29)
DescriptionMMA in build 904 has target API 29(Android 10), but
flag requestLegacyExternalStorage="true" was used temporary to postpone the following issues:

1) but in future SAF storage has to be used for primary storage.
It means some remaining java "File" uses has to be rewritten using SAF.

2)Updating media store (Playlists)
- only items from same storage can be saved to Playlist
- special permission needed from User
TagsNo tags attached.
Fixed in build936

Activities

martin

2020-08-28 13:02

developer   ~0059519

https://developer.android.com/training/data-storage/shared
https://stackoverflow.com/questions/59465866/how-to-read-an-existing-file-from-devices-shared-storageroot-directory-in-and

martin

2020-09-11 13:35

developer   ~0059580

Loading Media genres from Media Store fails on Android 11
- fixed
requestLegacyExternalStorage="true" works also on Android 11 until the targetSdk is set to 29, so remaining issues move to #0016922

Fixed in build 1.4.1.936

peke

2022-12-20 16:29

developer   ~0070640

Level in 2.0.0.1054 Target API 31