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
I would like to set the following setting in my config.xml , to disable backups as it can result in major problems with state.
However, that's not possible if you have plugins that also alter AndroidManifest.xml application, ie requestLegacyExternalStorage as has also been introduced in the master branch of cordova-file.
Failed to install 'cordova-plugin-file': Error: cordova-plugin-file cannot be added. <edit-config> changes in this plugin conflicts with <edit-config> changes in config.xml. Conflicts must be resolved before plugin can be added.
Problem
I can't disable android backup, and use plugins like cordova-file from master branch, or telerik-image-picker because they have the same "target", not because they actually conflict.
This is also a problem because many others target the same xml element, because it hosts a lot of application settings as per the Android Documentation: https://developer.android.com/guide/topics/manifest/application-element
What is expected to happen?
Android backup is disabled, plugins are useable
What does actually happen?
Conflict checker cancels plugin install on Android platform.
Bug Report
I would like to set the following setting in my config.xml , to disable backups as it can result in major problems with state.
However, that's not possible if you have plugins that also alter AndroidManifest.xml application, ie
requestLegacyExternalStorage
as has also been introduced in the master branch of cordova-file.Config.xml
plugin.xml
Problem
I can't disable android backup, and use plugins like
cordova-file
from master branch, ortelerik-image-picker
because they have the same "target", not because they actually conflict.This is also a problem because many others target the same xml element, because it hosts a lot of application settings as per the Android Documentation: https://developer.android.com/guide/topics/manifest/application-element
What is expected to happen?
Android backup is disabled, plugins are useable
What does actually happen?
Conflict checker cancels plugin install on Android platform.
Information
Command or Code
with the following added to config.xml
Cordova Plugin add cordova-plugin-telerik-imagepicker@latest
or
cordova plugin add https://github.com/apache/cordova-plugin-file/
Environment, Platform, Device
Cordova-Android 9.0
Version information
Cordova CLI 10.0.0
Cordova Android 9.0.0
Cordova Plugin Telerik ImagePicker 2.3.5
Cordova Plugin File@Master
Checklist
The text was updated successfully, but these errors were encountered: