Pick from Google Photos provider with ACTION_GET_CONTENT or OPEN_DOCUMENT
问题 I have no clue at why this happens, but I am not able to pick images from the Google Photos provider. Testing on API 27. With ACTION_GET_CONTENT If I use: val intent = Intent(Intent.ACTION_GET_CONTENT) intent.addCategory(Intent.CATEGORY_OPENABLE) intent.type = "image/*" I can see Google Photos among the provider I can browse to some picture and select it Then I am directed back to the providers list (not to my app), as if the provider had crashed in a try-catch When I open the Photos provider