sherburne opened a new issue #199: URL: https://github.com/apache/cordova-plugin-media-capture/issues/199
Google Play Store is flagging apps with the RECORD_VIDEO permission as a "Security and trust issue", noting "anomalous permission usage". As it turns out, RECORD_VIDEO doesn't exist in the official Android permission list as of API 29 - I'm not sure about older APIs. A quick look at the code history reveals the permission was added back in 2013. Is there a reason the plugin applies this permission? For now I'm using the custom config plugin to remove the permission during the build and my app's video recording capabilities work fine. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
