WhatsApp.Video.2024-09-06.at.01.52.42.mp4
-
Go to the link and get more information about "Photo Picker". https://developer.android.com/training/data-storage/shared/photopicker
Add the dependency to your build.gradle.kts
file:
dependencies {
implementation("androidx.media3:media3-exoplayer:1.4.1")
implementation("androidx.media3:media3-ui:1.4.1")
}