Why is an account managed by AccountManager automatically deleted?

My little App creates an account in the AccountManager. But if I transfer the application from the internal storage to the SD card, the account is automatically deleted by the AccountManagerService if I disconnected the SD card or restarted the computer.

Anyone got any about this? Does this mean that we can’t transfer the application to the SD card or is it because I am missing some configuration attributes in config xml?

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

+3
source share

All Articles