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

This commit is contained in:
Huang Xin 2025-12-06 01:13:06 +08:00 committed by GitHub
parent cbdd4940d0
commit 4e6f146b8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 195 additions and 14 deletions

View file

@ -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",