mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Storing bookmarks/library inside our app-specific directory
This commit is contained in:
parent
4b55bc3245
commit
35830aa49c
@ -57,9 +57,7 @@ class LibkiwixBookmarks @Inject constructor(
|
|||||||
// path for saving the bookmark file.
|
// path for saving the bookmark file.
|
||||||
sharedPreferenceUtil.context.filesDir.path
|
sharedPreferenceUtil.context.filesDir.path
|
||||||
} else {
|
} else {
|
||||||
sharedPreferenceUtil.getPublicDirectoryPath(
|
"${sharedPreferenceUtil.defaultStorage()}/Bookmarks/"
|
||||||
sharedPreferenceUtil.defaultStorage()
|
|
||||||
) + "/Kiwix/Bookmarks/"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user