View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016363 | MMA | General | public | 2020-02-18 00:27 | 2022-12-20 16:29 |
Reporter | martin | Assigned To | |||
Priority | none | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | Android | OS | - | OS Version | all |
Product Version | 1.3.7 | ||||
Target Version | 1.4.1 | Fixed in Version | 1.4.1 | ||
Summary | 0016363: Migration to Android 10/11 (app target API 29) | ||||
Description | MMA 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 | ||||
Tags | No tags attached. | ||||
Fixed in build | 936 | ||||
|
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 |
|
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 |
|
Level in 2.0.0.1054 Target API 31 |