platform-samples icon indicating copy to clipboard operation
platform-samples copied to clipboard

Add Storage Access Framework demos

Open yrezgui opened this issue 1 year ago • 3 comments

Migrating and updating storage access framework demos from https://github.com/android/storage-samples

yrezgui avatar Aug 23 '24 16:08 yrezgui

feel free to rebase or merge this as the build issues should be fixed

madebymozart avatar Sep 24 '24 19:09 madebymozart

/gemini summarize

yrezgui avatar Mar 21 '25 15:03 yrezgui

[!WARNING] You have reached your daily quota limit. As a reminder, free tier users are limited to 5 requests per day. Please wait up to 24 hours and I will start processing your requests again!

gemini-code-assist[bot] avatar Mar 21 '25 15:03 gemini-code-assist[bot]

This change is causing android manifest merge issues

Error: uses-sdk:minSdkVersion 21 cannot be smaller than version 34 declared in library [androidx.photopicker:photopicker-compose:1.0.0-alpha01] /Users/alabiaga/.gradle/caches/8.11.1/transforms/247fc706c8a03340f7e50727e73cc0f7/transformed/photopicker-compose-1.0.0-alpha01/AndroidManifest.xml as the library might be using APIs not available in 21 Suggestion: use a compatible library with a minSdk of at most 21, or increase this project's minSdk version to at least 34, or use tools:overrideLibrary="androidx.photopicker.compose" to force usage (may lead to runtime failures)

The minSdk version supported for the photopicker lib is 34, should we bump the whole app to that version?

alabiaga avatar Sep 15 '25 15:09 alabiaga