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
{{ message }}
This repository was archived by the owner on Nov 14, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ The value replaces the default value of `<location>`.
228
228
229
229
On a desktop the value is a directory that must exist.
230
230
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.
0 commit comments