mirror of
https://github.com/readest/readest.git
synced 2026-04-29 03:50:52 +00:00
feat: request manage external storage permission when changing data directory to sdcard root on Android (#2142)
This commit is contained in:
parent
0a1e0212e2
commit
1d4541e353
20 changed files with 357 additions and 30 deletions
|
|
@ -53,6 +53,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R> {
|
|||
commands::iap_restore_purchases,
|
||||
commands::get_system_color_scheme,
|
||||
commands::get_safe_area_insets,
|
||||
commands::request_manage_storage_permission,
|
||||
])
|
||||
.setup(|app, api| {
|
||||
#[cfg(mobile)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue