To give developers additional time for testing, apps that target Android 10 (API level 29) can still request the requestLegacyExternalStorage attribute. This flag allows apps to temporarily opt out of the changes associated with scoped storage, such as granting access to different directories and different types of media files. After you update your app to target Android 11, the system ignores the requestLegacyExternalStorage flag.
To give developers additional time for testing, apps that target Android 10 (API level 29) can still request the requestLegacyExternalStorage attribute. This flag allows apps to temporarily opt out of the changes associated with scoped storage, such as granting access to different directories and different types of media files. After you update your app to target Android 11, the system ignores the requestLegacyExternalStorage flag.
Странно🗿
Но Андроид 11 вроде как делают под Андроид 10+ (или в Андроид студио это для рофла?)
Что использовать для проброски состояни из ViewModel в Activity?
Я делаю запрос в ViewModel, переворачиваю экран, закачка приходит, переворачиваю экран и должен получить статус в Activity. Как лучше это сделать?
MutableLiveData для этих целей не подходит/ SingleLiveEvent вообще убрали из androidx, не поймешь этих гуглов, убрать убрали, решение не придумали.........