Camera-Roll-Android-App
Camera-Roll-Android-App copied to clipboard
Feature request: Support ACTION_PICK intent
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?
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).
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.