Something went wrong while setting issue due date.
`InstalledAppCacheUpdater.updateInBackground(getApplicationContext());` is being run before `DBHelper.onUpgrade()`
InstalledAppCacheUpdater.updateInBackground(getApplicationContext());
is being run before DBHelper.onUpgrade()
gets called, so there is no way to upgrade the InstalledAppsProvider database beforehand, so it always crashes.
I need this because I'm adding "label" and maybe "icon" to the InstalledAppsProvider so they can be displayed