mirror of
https://github.com/readest/readest.git
synced 2026-04-29 03:50:52 +00:00
feat(android): support opening shared files from other apps, closes #2484 (#2628)
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
This commit is contained in:
parent
cbdd4940d0
commit
4e6f146b8f
9 changed files with 195 additions and 14 deletions
|
|
@ -20,6 +20,8 @@ const COMMANDS: &[&str] = &[
|
|||
"get_external_sdcard_path",
|
||||
"open_external_url",
|
||||
"select_directory",
|
||||
"register_listener",
|
||||
"remove_listener",
|
||||
"request_manage_storage_permission",
|
||||
"check_permissions",
|
||||
"request_permissions",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue