In my application I do multi-threads to perform different operations in the background. I know that I can solve it by making the Data-base SingleTon and use the WRITE_AHEAD_LOGGING privilege, but this only supported from API 16 and higher. I have a lot of users that use lower APIs. 
Is there another way to solve this problem?
 
     
    