[android-developers] Re: App uninstall doesn't remove SQL database

2016-04-03 Thread 'Simon Ho' via Android Developers
This is getting stranger. This only seems to happen on Windows. This is the process I tried: 1. Delete/uninstall the app from the phone 2. Run app from android studio on Windows. Problem: database still exists and app sees all old data (even though I uninstalled the app) 3. Uninstall app 4. Run

[android-developers] Re: App uninstall doesn't remove SQL database

2016-04-03 Thread 'Simon Ho' via Android Developers
This is getting stranger. This only seems to happen on Windows. This is the process I tried: 1. Delete/uninstall the app from the phone 2. Run app from android studio on Windows. Problem: database still exists and app sees all old data (even though I uninstalled the app) 3. Uninstall app 4. Run

[android-developers] App uninstall doesn't remove SQL database

2016-04-03 Thread 'Simon Ho' via Android Developers
I posted this on stackoverflow, but I thought maybe I'd have more luck here... I have a strange problem where my SQL database doesn't remove itself when I uninstall the app I'm not creating the database in any external storage directories, and the database is confirmed to be in its default loc