Norman Breau
Norman Breau
colors.xml is used by cordova framework. By providing your own resource file you're overwriting what cordova has prepared, which is missing values that cordova expects leading to your error. It...
> Ok tx for the reply. I'm not sure it makes sense... > > I wanted to set my own color resource for use as a background for Adaptive Icons...
The `` foreground, background, and monochrome expects a file resource, not a resource reference, but will accept a color reference. So it needs to point to a PNG file or...
As it stands, this PR will break picking content from the gallery. The PR simply removes the READ_MEDIA_* permissions and reduces the WRITE_EXTERNAL_STORAGE permission to max 30. I understand that...
Also https://github.com/apache/cordova-plugin-camera/pull/890 is merged so if you rebase, it will get the new CI config for the android tests.
> This plugin is using ACTION_GET_CONTENT intent, so this new photo picker is actually used under the hood. So I modified this plugin Ok this is good... I thought we...
I've done a bit more testing using content urls and wanted to follow up with some more details. Using content urls directly simply doesn't work and I still don't know...
> > Will wait on #629 to be merged then > > I don't get the reference to that PR. How is #629 related to fixing the permissions problem? The...
> Does this need to be a major version bump for the plugin, since it changes the returned file paths? It will be included in a 8.0 major release. >...
> plugin-media-capture has an open issue with a PR removing the permissions and plugin-camera is here doing the same, right? I haven't really kept a close eye on media-capture plugin...