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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -