From 5d254cbc91ebb716118ea85d5fb0b98bc7ee6825 Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Sun, 2 May 2021 15:11:37 -0300 Subject: [PATCH] optimization(android): Auto-include asset lookup optimization --- README.md | 6 ------ plugin.xml | 2 ++ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index baf411b78..f61488d3f 100644 --- a/README.md +++ b/README.md @@ -255,12 +255,6 @@ unable to access their previously-stored files, depending on their device. If your application is new, or has never previously stored files in the persistent filesystem, then the `Internal` setting is generally recommended. -### Slow recursive operations for /android_asset - -Listing asset directories is really slow on Android. You can speed it up though, by -adding `src/android/build-extras.gradle` to the root of your android project (also -requires cordova-android@4.0.0 or greater). - ### Permisson to write to external storage when it's not mounted on Marshmallow Marshmallow requires the apps to ask for permissions when reading/writing to external locations. By diff --git a/plugin.xml b/plugin.xml index 64331dc59..325bfe2de 100644 --- a/plugin.xml +++ b/plugin.xml @@ -153,6 +153,8 @@ to config.xml in order for the application to find previously stored files. + +