mirror of
https://github.com/mihonapp/mihon.git
synced 2025-08-27 08:31:32 +02:00
Compare commits
2 Commits
146affee59
...
a7603a6742
Author | SHA1 | Date | |
---|---|---|---|
|
a7603a6742 | ||
|
9ff2fae4ed |
@@ -120,6 +120,7 @@ object SettingsDataScreen : SearchableSettings {
|
||||
context.contentResolver.takePersistableUriPermission(uri, flags)
|
||||
} catch (e: SecurityException) {
|
||||
logcat(LogPriority.ERROR, e)
|
||||
context.toast(MR.strings.file_picker_no_uri_permission_supported)
|
||||
}
|
||||
|
||||
UniFile.fromUri(context, uri)?.let {
|
||||
|
@@ -869,6 +869,7 @@
|
||||
<string name="file_select_cover">Select cover image</string>
|
||||
<string name="file_select_backup">Select backup file</string>
|
||||
<string name="file_picker_error">No file picker app found</string>
|
||||
<string name="file_picker_no_uri_permission_supported">Your device does not support persistent folder access. The app might still work without it.</string>
|
||||
<string name="file_null_uri_error">No file selected</string>
|
||||
|
||||
<!--UpdateCheck-->
|
||||
|
Reference in New Issue
Block a user