breautek commented on issue #1862:
URL: 
https://github.com/apache/cordova-android/issues/1862#issuecomment-3481723517

   > is something like this possible for plugin.xml ?
   
   No, and it sounds like quite a task to implement so I don't foresee this 
becoming a feature anytime soon. Larger/advanced features tends to stall in a 
volunteer environment.
   
   You might be able to get that pretty close by using 
[Hooks](https://cordova.apache.org/docs/en/12.x-2025.01/guide/appdev/hooks/index.html).
   
   Hooks allows you to script logic as part of Cordova's build process... It 
will however require you to read and manipulate config files manually which 
might be a difficult task to get it right without causing breakage. The plugin 
would also have to have uninstall hooks to make sure it cleans up what is has 
modified as well, as manipulations outside of Cordova tooling is obviously not 
tracked.


-- 
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]

Reply via email to