I have a serious problem with my App continously crashing on some users devices with the following exception in an Activity onStart method:
Caused by: java.l
I solved this using this workaround, namely put the code into a methods onPostResume() function in the Activity
onPostResume()