How to Update Database changes to already Installed Application
问题 If I make any change to database like adding new column in my android application. and If I have already installed that on my phone. when I reinstall / update that application on mobile it doesn't update the database changes. My database code is : package com.screenmagic.smsmagicmobileapp; import java.text.SimpleDateFormat; import java.util.Date; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase;