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

   There's no explicit option to enable it, but 
[<edit-config>](https://cordova.apache.org/docs/en/12.x/plugin_ref/spec.html#edit-config)
 (docs are for `plugin.xml`, but `edit-config` can also be used in 
`config.xml`) directive can modify the manifest to allow external installation. 
The android default is to use internal storage only, and for most apps that 
would be preferable.
   
   You can read 
https://developer.android.com/guide/topics/data/install-location for the 
caveats of external-storage installed apps.


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