kivy python for android, how to store files into internal storage
39 views
Skip to first unread message
Sadaka Technology
unread,
Dec 14, 2021, 12:20:21 PM12/14/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kivy users support
for each app there is a hidden directory inside the android device system, how can I access that directory from my app and make directories inside it and add files to it ?
Robert
unread,
Dec 14, 2021, 12:28:20 PM12/14/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kivy users support
An app can access public storage or private storage.
Presumably you want Private storage, try this ( the internal storage referenced is mostly depreciated)