I am testing my app on my nexus 5x. I thought, but am not sure, when I opened DDMS in android studio I could look at and remove files in the private files section. Now my phone is updated to Nougat and I can no longer see any files on the device, be it in the private section or in the public one.
Furthermore I made some changes to the database and thought removing the old app would remove the old database. After installing and running the new version I am getting an error reporting the database is missing a table. Apparently my old database is not deleted by uninstalling the app, as this table is added in the new version on creating the database. Already tried removing data and then removing the app.
Any idea how to delete the old database or how to access the private files section? Not directly an programming question so if there is a better place to post the question I apologize.