StandaloneDatabaseProvider is deleting other DBs in application files.
Open
needs triage
question
- Dominant language
- Java
- Stars
- 21.9k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I'm following this guide to have offline download in our application.
https://exoplayer.dev/downloading-media.html#creating-a-downloadmanager
In my application, I have some native code, which uses sqlite plugin to load / create databases in application folder under specific directory. Let's say `DB1`.
Now when I integrated downloadManager, and started the service, it's deleting all `DB1 db` files. I can see `exoplayer.db` created in `database` folder.
What can be the reason for this ? Any clue, or some things I can do to debug ?
@ojw28
Contributor guide
Assessment
This issue has not been assessed yet.