You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Special testing may be necessary around what happens if the app (from an external source) declares RECORD_AUDIO, will it causes SecurityErrorException like with the CAMERA permission (See https://issues.apache.org/jira/browse/CB-10120)
Command or Code
N/A
Environment, Platform, Device
N/A
Version information
cordova-plugin-media-capture: 3.0.4-dev
Checklist
I searched for existing GitHub issues
I updated all Cordova tooling to most recent version
I included all the necessary information above
The text was updated successfully, but these errors were encountered:
Bug Report
Problem
What is expected to happen?
Plugin unnecessary requires
RECORD_AUDIO
,WRITE_EXTERNAL_STORAGE
, andREAD_EXTERNAL_STORAGE
permissions.RECORD_AUDIO
only is required if the app uses the microphone APIs directly, but this plugin uses an intent to record audio.The external permissions are already handled by the cordova-plugin-file, which this plugin depends on.
What does actually happen?
Not to declare unnecessary permissions.
Information
This is a GH extension of an existing jira ticket: https://issues.apache.org/jira/browse/CB-10814
Special testing may be necessary around what happens if the app (from an external source) declares
RECORD_AUDIO
, will it causesSecurityErrorException
like with theCAMERA
permission (See https://issues.apache.org/jira/browse/CB-10120)Command or Code
N/A
Environment, Platform, Device
N/A
Version information
cordova-plugin-media-capture: 3.0.4-dev
Checklist
The text was updated successfully, but these errors were encountered: