You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upgrade com.android.tools.build:gradle to version 8.3.0
have compileSdk 34
run lint
Expected Behavior
No lint error
Actual Behavior
Following errors:
/**/transformed/instabug-core-12.8.0/AndroidManifest.xml:13: Error: Your app is currently not handling Selected Photos Access introduced in Android 14+ [SelectedPhotoAccess]
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/**/transformed/instabug-core-12.8.0/AndroidManifest.xml:14: Error: Your app is currently not handling Selected Photos Access introduced in Android 14+ [SelectedPhotoAccess]
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Explanation for issues of type "SelectedPhotoAccess":
Selected Photo Access is a new ability for users to share partial access to
their photo library when apps request access to their device storage on
Android 14+.
Instead of letting the system manage the selection lifecycle, we recommend
you adapt your app to handle partial access to the photo library.
https://developer.android.com/about/versions/14/changes/partial-photo-video-access
Instabug integration code
-
SDK Version
12.8.0
Android Version
compile sdk 34
target sdk 34
Device Model
-
[Optional] Project That Reproduces the Issue
-
The text was updated successfully, but these errors were encountered:
Steps to Reproduce the Problem
com.android.tools.build:gradle
to version8.3.0
Expected Behavior
No lint error
Actual Behavior
Following errors:
Instabug integration code
-
SDK Version
12.8.0
Android Version
compile sdk 34
target sdk 34
Device Model
-
[Optional] Project That Reproduces the Issue
-
The text was updated successfully, but these errors were encountered: