In one of my app i store an array of strings into the device memory but then, when i get them back using the following:
MemItemsStoredArray = new Array<String>[MemItemsTotalIndex]; ...... MemItemsStoredArray=Storage.getValue("MemItemsArrays");
I check...