dariosalvi78 commented on issue #1202:
URL: 
https://github.com/apache/cordova-android/issues/1202#issuecomment-1819873766

   > I don't really see a good path of producing an onCreate hook when the 
plugin system is intended to be lazy loaded.
   
   agreed, but as things are now, you would need to either 
   - make it sure and explicit that the `onload` flag initializes plugins 
_always before_ the activity is created (forever like that, and documented as 
such)
   - or change the current way plugins manage permissions with something that 
is  compatible with the new system. 
   
   I am not sure if the plugins interface is something dealt with in this 
project or elsewhere, but support for the new permissions mechanism needs to be 
fixed before the following release of cordova-android, if you are planning to 
support Android 14.


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