You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/configuration.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,13 +45,15 @@ const db = open({
45
45
});
46
46
```
47
47
48
-
If you want to access the SD card app's directory:
48
+
If you want to access the SD card app's directory. However, `ANDROID_EXTERNAL_FILES_PATH`**can be null**, sometimes there are OS/Device level errors on which the OS does not detect the directory correctly. You should always have a fallback.
0 commit comments