When should I define my Android app as not movable to SD card (installLocation=internalOnly)? -
in cases should forbid users move app sd card (by setting installlocation
internalonly
)?
i'm asking know few apps, please don't ask app. want know in general app.
the requirements quite described in documentation. primarily, if you're running in background must execute @ times, service, or if provide widgets, can run external storage. user unmount external storage, process in these things run terminated.
Comments
Post a Comment