breautek commented on issue #190:
URL: 
https://github.com/apache/cordova-plugin-device/issues/190#issuecomment-2252765079

   I've confirmed that the repro steps reliably reproduces the issue. Seems 
weird it would only affect this plugin though.
   
   There are 3 main paths (relative to the root of the cordova project) that 
cordova tracks installed plugins:
   
   1. /plugins/android.json
   2. /plugins/fetch.json
   3. /platforms/android/platform_www/cordova_plugins.js
   4. also /platforms/android/platform_www/plugins/cordova-plugin-device/
   
   The first 2 is cleaned up as expected.
   The third one instructs the cordova runtime about what is "installed" and 
that isn't being cleaned up, so as far as the app runtime is concerned the 
plugin does exist.
   The 4th bonus one is the plugin JS code which is also not cleaned up.
   
   The native java code however is cleaned up as expected.
   


-- 
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: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to