Merge "Enable Search result highlight for Accessibility and IME settings"

This commit is contained in:
Fabrice Di Meglio
2014-04-21 20:29:12 +00:00
committed by Android (Google) Code Review
3 changed files with 37 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ public class IndexDatabaseHelper extends SQLiteOpenHelper {
private static final String TAG = "IndexDatabaseHelper";
private static final String DATABASE_NAME = "search_index.db";
private static final int DATABASE_VERSION = 110;
private static final int DATABASE_VERSION = 111;
public interface Tables {
public static final String TABLE_PREFS_INDEX = "prefs_index";