We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to kable, perhaps we can initialise the store's file implicitly to simplify the store creation for users
Docs: https://developer.android.com/topic/libraries/app-startup
The text was updated successfully, but these errors were encountered:
Hmm.. So I thought I had a nice solution for this with Androidx Startup, however it is not quite so straightforward
This is because the Context available for the Initializer doesn't give access to the same filesDir
Context
Initializer
context.filesDir = /data/user/0/io.github.xxfast.nytimes.android/files defaultDirectory.files = /.local/share/io.github.xxfast.kstore
So that's a problem 🤔
Sorry, something went wrong.
No branches or pull requests
Similar to kable, perhaps we can initialise the store's file implicitly to simplify the store creation for users
Docs: https://developer.android.com/topic/libraries/app-startup
The text was updated successfully, but these errors were encountered: