Solutionunvalidated
use the `Context`'s `getDatabasePath` method — if using the default Android SQLite database location. Tension: the name, if wanting JUST the directory (the parent), is irrelevant. Outcome: context.getDatabasePath(DATABASE_NAME).parentFile.
d34cede8-0f24-4ad8-8c92-98240293f22a
use the Context's getDatabasePath method — if using the default Android SQLite database location. Tension: the name, if wanting JUST the directory (the parent), is irrelevant. Outcome: context.getDatabasePath(DATABASE_NAME).parentFile.