erisu commented on issue #61: URL: https://github.com/apache/cordova-plugin-whitelist/issues/61#issuecomment-873559031
> Just a silly question, is there anything to do in config.xml file? like is it enough to remove this plugin or do I need to do some migrations? @almothafar In short, no. The settings that you have defined in `config.xml` will continue to work. When you use Cordova-Android 10, you only need to remove the plugin with `cordova plugin remove` All we did was migrate the plugin's source code into the core of Cordova-Android. Additionaly, the class, variable, & method names from this plugin and in Cordova-Android's core were renamed from whitelist to allowlist. Since the `config.xml` settings didnt use these keywords, you shouldnt see any affect as an app dev. If you were writting your own plugin and for some reason calle directly or extended the WhitelistPlugin or Whitelist class, then you might have to make some small changes. But in most cases I dont think many people are using these classes directly. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
