简体   繁体   中英

Android SQLite tables not deleted when Application uninstalled on actual device

Fresh installation of the application still retrieving old data on Phone but not on Emulator. Please see the screenshots below...

Emulator:

在此处输入图片说明

Logcat from Emulator:

在此处输入图片说明

The same application when run on the actual device (on a fresh install), gives me this:

在此处输入图片说明

Logcat from Device:

在此处输入图片说明

I uninstalled the app from the device, many number of times, restarted the device, cleared cache, but nothing seems to remove the database from device. This is the first time i am looking at such kind of scenario, so please if someone can help me figure this out, its much appreciated.

在清单中,在应用程序标记下添加此行

android:allowBackup="false"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM