breautek commented on issue #964: URL: https://github.com/apache/cordova-android/issues/964#issuecomment-917765738
android_assets filepath is a special path that leads to your apps assets directory (which cordova copies the `www` folder into). This directory is already on android's internal storage. I don't think this can be changed, nor does it make sense to change this (otherwise you wouldn't be able to load your app). If your extension pack is located at `/data/user/0//files/file.ext"` (assuming the application ID was omitted here), then this is also within your app's internal storage container and you should be able to access it without any special permissions via the file plugin. -- 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]
