Search code examples
androidaccountmanager

Deploying application removes account from account manager


Every time I deploy my application on device, it removes all accounts from AccountManager associated with that application. Is there any way to prevent this ?


Solution

  • In my deployment script I had

    adb shell pm uninstall -k my.app.pck
    

    So that removed all accounts