Skip to main content
Participant
February 27, 2015
Answered

AIR 16.0.0.292 - CameraRoll browseForImage() problem on Lollipop

  • February 27, 2015
  • 1 reply
  • 449 views

I am building an mobile app for Android.

One of our features enables users to import existing images using the CameraRoll() Class from the Photo Gallery.
On Kit Kat and below, this works great.

On Lollipop vs. 5.0.2, I get an ERROR - "no apps can perform this action".


Is there any way around this?

This topic has been closed for replies.
Correct answer mola2alex

If you install something like Quickpic app, does it work?  You might want to try the most recent SDK as well, there was a fix with a description "Cameraroll API doesn't work with Android Photos applications"

1 reply

mola2alexCorrect answer
Inspiring
February 27, 2015

If you install something like Quickpic app, does it work?  You might want to try the most recent SDK as well, there was a fix with a description "Cameraroll API doesn't work with Android Photos applications"

Participant
February 27, 2015

Yes, when I installed QuickPic App, it worked.  Thanks!