Android Question Application not reading database

ginsh

Member
Licensed User
Longtime User
Hi,

I have an address book application with the below versions.

<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>

and also has a SQLite database "Address". I have done same updates in the address database and the application is reading the updated database and is working fine.

The database is located at "File.DirInternal".


But When I am changing the same to 26 as android:targetSdkVersion as below

<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="26"/>

the application is not reading from the same updated database. It is still reading from the old database.


I have completely uninstalled the application and reinstalled it. Once application is uninstalled I guess all the files are also deleted.

Please anyone let me know what could me the issue.
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top