My little App creates an account in AccountManager. But if i move the App from internal storage to SD card, the account is automatically delete by AccountManagerService if i unmounted the SD card or reboot the machine.

does anyone have any idea about this ? does this mean we cannot move the App to SD card or is it because i am missing some config attributes in the config xml ?

D/AccountManagerService( 245): deleting account XXX because type com.XXX no longer has a registered authenticator D/ContactsProvider( 945): removing data for removed account Account {name=XXXX, type=com.XXX}

link|improve this question
How are you moving it? Using FroYo's built in "Move to SD" function, or using a third party solution like AppsToSD? – maxpower47 Jun 21 '11 at 15:27
feedback

1 Answer

see the reply from dianne hackborn on android-developers:

https://groups.google.com/d/msg/android-developers/RqO6NGdgYPY/3K8GDsbNOyoJ

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.