Skip to content
New issue

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

Use getDatabasePath instead of getFilesDir #40

Open
DaveWelling opened this issue Oct 11, 2018 · 1 comment
Open

Use getDatabasePath instead of getFilesDir #40

DaveWelling opened this issue Oct 11, 2018 · 1 comment

Comments

@DaveWelling
Copy link

I was trying to use Stetho to see the sqlite database and I could not. After looking through the file system, I noticed that you are storing the database files in the context.getFilesDir location, but I suspect tools like Stetho would work better if you used the context.getDatabasePath function instead.

@craftzdog
Copy link
Owner

I agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants