I\'ve been having a few crashes that have been coming up more often recently and i cannot figure out how to reproduce them or fix them. Here is the one that comes up most of
In my case I did not give runtime permission. I kept my database file in external storage and when asked for permission I denied it, but when allowed permission it was working fine. On SDK version >= 23 you have to give runtime permission.