privacy-codelab
privacy-codelab copied to clipboard
it's crashed on Android 7. ``` FATAL EXCEPTION: main Process: com.example.photogood, PID: 26746 java.lang.SecurityException: Permission Denial: reading com.android.providers.media.MediaProvider uri content://media/external/images/media from pid=26746, uid=10172 requires android.permission.READ_EXTERNAL_STORAGE, or grantUriPermission() at android.os.Parcel.readException(Parcel.java:1701) at...
Would be great to update the Compose samples to use the Compose BOM. See https://github.com/android/user-interface-samples/pull/399 for an example of how to do such a migration.