It seems to me that it might notbe hard to give user control of where to store downloaded resources in the android mobile app (probably not an issue with iOS). Why?
There are several newer phones and tablets (in the last year) that have gone to a three storage place model. For instance, main device storage (ram) is one, then USB storage is two, then external USB storage is the third area. Only the third is user changeable (with an ad card, for instance). The second area is simply a internal flash memory card that can not be changed.
The problem is that Logos can only use (far as I know) the second storage, since it considers that there will only two possible storage mediums. Therefore, the large user-provided external media (the sd card) is never used since the small internal card is identified as the USB storage device. So, the user quickly runs out of space even though he/she has a fast 16 Gig card in the device.
Can logos give us a settings option to select our desired storage place on our tablets and phones?
Thanks.