Hi, I'm having problems with getting my local storage to persist in andriod after exiting the app. I am using an array to hold parameters that change during runtime. I have inspected the variables during debugging and everything works fine. Once it is exported as an apk and loaded on andriod, the lo...