Sample for Photo picker (Android 13 +)
日本語版 README
- Photo picker allows you to access Media without Runtime Permission
- Define sharing limitations
- The value of this intent-extra should be a positive integer greater than 1 and less than or equal to MediaStore#getPickImagesMaxLimit, otherwise Activity#RESULT_CANCELED is returned.
- The official documentation uses the deprecated onActivityResult, but you can use the recommended API ActivityResultLauncher.
- mp4
- png
- material3
- VideoView (AndroidView)
- Use Jetpack Library API
- material2
- Use Jetpack Library API
- use Java 11 API
- Material2
- Not Use Jetpack Library API
Compose | View |
---|---|
https://developer.android.com/about/versions/13/features#photo-picker
https://developer.android.com/about/versions/13/features/photopicker