You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/04/15 10:47:19 UTC

[GitHub] [cordova-plugin-media-capture] erisu commented on a change in pull request #215: [Android] Store image/audio/video in FileProvider due to Android 11 updates

erisu commented on a change in pull request #215:
URL: https://github.com/apache/cordova-plugin-media-capture/pull/215#discussion_r613962997



##########
File path: plugin.xml
##########
@@ -71,6 +71,7 @@ xmlns:android="http://schemas.android.com/apk/res/android"
     <!-- android -->
     <platform name="android">
         <config-file target="res/xml/config.xml" parent="/*">
+            <preference name="AndroidXEnabled" value="true" />

Review comment:
       This preference is being removed in the next release of Cordova Android.
   
   As this PR is implementing with Android X, it will have to be released in next major of this plugin and flagged for next major of Android.
   
   This can be removed...




-- 
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:
users@infra.apache.org



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