You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Richard B Knoll (JIRA)" <ji...@apache.org> on 2015/10/30 01:49:27 UTC

[jira] [Updated] (CB-9910) Android permission error for gallery images with target height/width

     [ https://issues.apache.org/jira/browse/CB-9910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard B Knoll updated CB-9910:
--------------------------------
    Environment: Android 6.0.0 Marshmallow on a Nexus 6, cordova-android 5.0.0 (master), cordova-plugin-camera 1.2.1 (master)  (was: Android 6.0.0 Marshmallow on a Nexus 6, cordova-android 5.0.0 (master), cordova-plugin-camera 1.2.0 (master))

> Android permission error for gallery images with target height/width
> --------------------------------------------------------------------
>
>                 Key: CB-9910
>                 URL: https://issues.apache.org/jira/browse/CB-9910
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Camera
>         Environment: Android 6.0.0 Marshmallow on a Nexus 6, cordova-android 5.0.0 (master), cordova-plugin-camera 1.2.1 (master)
>            Reporter: Richard B Knoll
>            Priority: Critical
>              Labels: android
>
> When you request an image from the PHOTOLIBRARY source in Android, if you set targetHeight and targetWidth you get a SecurityException for not requesting READ_EXTERNAL_STORAGE. Stack trace:
> {code}
>  java.lang.SecurityException: Permission Denial: reading com.android.providers.media.MediaProvider uri content://media/external/images/media from pid=5306, uid=10185 requires android.permission.READ_EXTERNAL_STORAGE, or grantUriPermission()
>          at android.content.ContentProvider.enforceReadPermissionInner(ContentProvider.java:605)
>          at android.content.ContentProvider$Transport.enforceReadPermission(ContentProvider.java:480)
>          at android.content.ContentProvider$Transport.query(ContentProvider.java:211)
>          at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:112)
>          at android.os.Binder.execTransact(Binder.java:453)
>  java.io.FileNotFoundException: /storage/emulated/0/Android/data/io.cordova.hellocordova/cache: open failed: ENOENT (No such file or directory)
>     at libcore.io.IoBridge.open(IoBridge.java:452)
>     at java.io.FileOutputStream.<init>(FileOutputStream.java:87)
>     at java.io.FileOutputStream.<init>(FileOutputStream.java:127)
>     at java.io.FileOutputStream.<init>(FileOutputStream.java:116)
>     at org.apache.cordova.camera.CameraLauncher.ouputModifiedBitmap(CameraLauncher.java:549)
>     at org.apache.cordova.camera.CameraLauncher.processResultFromGallery(CameraLauncher.java:669)
>     at org.apache.cordova.camera.CameraLauncher.access$000(CameraLauncher.java:66)
>     at org.apache.cordova.camera.CameraLauncher$1.run(CameraLauncher.java:765)
>     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
>     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
>     at java.lang.Thread.run(Thread.java:818)
>  Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
>     at libcore.io.Posix.open(Native Method)
>     at libcore.io.BlockGuardOs.open(BlockGuardOs.java:186)
>     at libcore.io.IoBridge.open(IoBridge.java:438)
>     ... 10 more
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org