Lint error [SelectedPhotoAccess] | Community
Skip to main content

Lint error [SelectedPhotoAccess]

  • May 27, 2024
  • 1 reply
  • 0 views

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

1 reply

Hello,
 
Can you share which SDK and version you're using in your app?