Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit 3fc3604

Browse files
committed
Update README.md
1 parent 1a79cd1 commit 3fc3604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ The value replaces the default value of `<location>`.
228228

229229
On a desktop the value is a directory that must exist.
230230

231-
On Android the value can only be `'shared'` or `'private'`, other values default to `'shared'`. The value `'shared'` specifies Android shared storage `DCIM/<appname>`. The value `'private'` specifies app local storage `app_storage_path()/DCIM`. If you want a different location use `'private'` and move the resulting file based on the path provided by filepath_callback.
231+
On Android the value can only be `'shared'` or `'private'`, other values default to `'shared'`. The value `'shared'` specifies Android shared storage `DCIM/<appname>`. The value `'private'` specifies [app local storage](https://github.com/kivy/python-for-android/blob/develop/doc/source/apis.rst#storage-paths) `app_storage_path()/DCIM`. If you want a different location use `'private'` and move the resulting file based on the path provided by filepath_callback.
232232

233233
##### subdir
234234

0 commit comments

Comments
 (0)