Open GoogleCodeExporter opened 9 years ago
In investigating this issue I noticed the following in the shutdown log:
05-24 06:29:44.654: D/AccountManagerService(103): deleting account
ram@gmail.com because type org.hfoss.posit.account no longer has a registered
authenticator
When I googled this issue I found:
https://groups.google.com/forum/#!msg/android-developers/RqO6NGdgYPY/3K8GDsbNOyo
J
which says:
Because when the SD card is unmounted the apps on it disappear, so things that
have state associated with those apps will clean it up. This is why the
documentation says you should not allow these kinds of apps to be placed on the
SD card.
So, I guess POSITx is being installed onto Sd card by default on my phone. I
don't see why that is because the documentation here seems to suggest that
unless you specify otherwise, the app will be installed internally:
http://android-developers.blogspot.com/2010/07/apps-on-sd-card-details.html
In any case, I'm setting the Manifest so that POSITs is loaded "internalOnly"
to avoid this issue.
Original comment by ram8...@gmail.com
on 24 May 2012 at 11:06
Original issue reported on code.google.com by
ram8...@gmail.com
on 24 May 2012 at 11:04