[
https://issues.apache.org/jira/browse/CB-11689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jcesarmobile closed CB-11689.
-----------------------------
Resolution: Incomplete
Closing as incomplete as we weren't able to reproduce and the reporter didn't
provide the information requested
> If a user denies permissions forever, there's no way for them to undo that in
> the app settings screen
> -----------------------------------------------------------------------------------------------------
>
> Key: CB-11689
> URL: https://issues.apache.org/jira/browse/CB-11689
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-plugin-camera
> Affects Versions: 2.2.0
> Environment: Android 6.0+ (SDK 23+)
> Reporter: Blake Israel
> Priority: Major
> Labels: cannot-reproduce
>
> Because the plugin.xml lacks {{uses-permissions}} for {{CAMERA}} and
> {{READ_EXTERNAL_STORAGE}}, once a user has denied camera access always, they
> cannot undo it, even in the permissions setting for the app.
> The only workaround is uninstalling/renstalling the app or manually modifying
> the AndroidManifest.xml to include
> {code:xml}
> <uses-permission android:name="android.permission.CAMERA" />
> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
> {code}
> so they can be modified in the application manager settings.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]