We are currently using the Zendesk Messaging SDK (latest version is 2.25.0), which is adding the READ_EXTERNAL_STORAGE permission to the Manifest file. Google's new policies around photo and media permissions will not allow apps with this permission to be published. Are there plans to update this SDK to use a photo picker? (I've noted that the Classic SDK as of version 5.3.0 has been updated to a photo picker, but not this Messaging SDK).
For reference, this is the dependency causing the issue:
implementation "zendesk.messaging:messaging-android:2.25.0"