971 still has the 3 default permissions (INTERNET, READ_PHONE_STATE and one other network one…)
If you need a permission to access the camera and photo library, you would have include it as a separate permission. The Camera sample app has this:
android =
{
usesPermissions =
{
"android.permission.CAMERA",
"android.permission.WRITE\_EXTERNAL\_STORAGE",
},
usesFeatures =
{
{ name = "android.hardware.camera", required = true },
{ name = "android.hardware.camera.front", required = false },
},
},
I don’t see any settings in the PhotoPicker sample app, nor did I see anything photo library related in a quick scan of the Android permissions.
You might want to google and see what you can find if it’s a permission problem. Have you tried it on other devices? [import]uid: 199310 topic_id: 37382 reply_id: 145595[/import]