mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Android: Add support for sharing debug.txt (#12370)
This commit is contained in:
parent
a69b7abe00
commit
4baf56520d
9 changed files with 81 additions and 2 deletions
|
@ -46,6 +46,8 @@ core.open_url(url)
|
|||
core.open_dir(path)
|
||||
^ opens the path in the system file browser/explorer, returns false on failure.
|
||||
^ Must be an existing directory.
|
||||
core.share_file(path)
|
||||
^ Android only. Shares file using the share popup
|
||||
core.get_version() (possible in async calls)
|
||||
^ returns current core version
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue