Hi!
After updating targetSdk to android14 and updating to AGP 8.4.0, we started getting 2 Lint errors:
/belvedere-3.0.5/AndroidManifest.xml:11: Error: Your app is currently not handling Selected Photos Access introduced in Android 14+ [SelectedPhotoAccess]
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />Same error for android.permission.READ_MEDIA_VIDEO.
Link to the Lint issue: https://googlesamples.github.io/android-custom-lint-rules/checks/SelectedPhotoAccess.md.html
Can you share which SDK and version you're using in your app?