Enable Search result highlight for Accessibility and IME settings

- add missing keys
- update Database version to force re-indexing (because the keys
were missing)

Change-Id: I7533d86b0f9d79d838e5c16d4bc51b7b09dffae5
This commit is contained in:
Fabrice Di Meglio
2014-04-21 13:27:23 -07:00
parent 23ae00c1d8
commit bb26141ddf
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";