Merge "Enable Search result highlight for Accessibility and IME settings"
This commit is contained in:
committed by
Android (Google) Code Review
commit
62a3ab41dc
@@ -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";
|
||||
|
Reference in New Issue
Block a user