Camera-Roll-Android-App icon indicating copy to clipboard operation
Camera-Roll-Android-App copied to clipboard

Feature request: Support ACTION_PICK intent

Open JonnyTech opened this issue 6 years ago • 2 comments

I use Camera Roll as my main gallery app. But ACTION_PICK intents are not supported. When using another app to select an image then Camera Roll does not intercept it and the app crashes the app rather show a file picker (see this issue). Can you add the intent support please?

JonnyTech avatar Nov 27 '18 14:11 JonnyTech

Actually this should work. ACTION_PICK Intent is intercepted: https://github.com/kollerlukas/Camera-Roll-Android-App/blob/ce9c19c1863f1789b250f9740f39e2d360e3a002/app/src/main/AndroidManifest.xml#L129 On my Google Pixel selecting images works (tested with Pushbullet and Whats App).

kollerlukas avatar Dec 02 '18 16:12 kollerlukas

Thank you for testing. Did you try with transistor as described in the linked issue in the original post? It is odd the Google Photos can intercept the intent but Camera Roll cannot.

JonnyTech avatar Dec 02 '18 17:12 JonnyTech