Skip to content

Raise targetSdk 30#943

Merged
stefan-niedermann merged 4 commits intomasterfrom
target-sdk-30
Apr 19, 2021
Merged

Raise targetSdk 30#943
stefan-niedermann merged 4 commits intomasterfrom
target-sdk-30

Conversation

@stefan-niedermann
Copy link
Copy Markdown
Owner

  • Raises targetSdk to 30
  • Discards usage of requestLegacyStorage="true"
  • Replaces the preview of downloaded files in the attachment picker with a direct access to the native system file picker because
    • MediaStore is only able to access files if

      The files reside in one of the following well-defined media collections: MediaStore.Images, MediaStore.Video, MediaStore.Audio
      (Source)

      ... which is not true for downloaded content.

    • Also the Storage Access Framework is not able to list content from downloads on Android 11+.

Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
@stefan-niedermann stefan-niedermann changed the title Rais targetSdk 30 Raise targetSdk 30 Apr 19, 2021
Signed-off-by: Stefan Niedermann <info@niedermann.it>
@stefan-niedermann stefan-niedermann marked this pull request as ready for review April 19, 2021 10:34
@stefan-niedermann stefan-niedermann merged commit 8098ebe into master Apr 19, 2021
@stefan-niedermann stefan-niedermann deleted the target-sdk-30 branch April 21, 2021 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant