I have an Image-Picker in my app.
- When I choose an image from Google Photos I have to save its URI
- Then I need to to show this image into an ImageView using this URI.
- I try to request Google Photo permission but it has no result.
public static final String GOOGLE_PHOTOS_PERMISSION="com.google.android.apps.photos.permission.GOOGLE_PHOTOS";
Is it possible to get an image by URI from Google Photos?