My app downloads a PNG image of a map (around 10KB in size) and that image gets stored to application storage via Application.Storage.setValue("lastImage", imageData) so that if the user exits the app and re-opens it, the image is can be pulled from...