What happens to a Sqlite database when app is removed

前端 未结 5 1739
执念已碎
执念已碎 2020-12-15 07:11

I\'m new to Android programming and trying to wrap my head around this just to make myself clear about how things work.

When creating Sqlite databases in an Android

5条回答
  •  独厮守ぢ
    2020-12-15 07:28

    The DBs, Preferences, Cache Files, Temp Files all are stored in the location /data/data/app.package.name/ in Phone Memory.

    When you uninstall your App, the whole Phone Memory folder for this app will be completely removed.

提交回复
热议问题