Fix bug #14903618 Developer Options - string changes needed to the Bug report checkbox
- string update as follow: LABEL Current string: - "Power menu bug reports" Change to: - "Bug report shortcut" SECONDARY TEXT Current string: - "Include option in power menu for taking a bug report" Change to: - "Show a button in Quick Settings for taking a bug report" Change-Id: Ibc716e1ae0bc3d553601908efd81babd66051d8b
This commit is contained in:
@@ -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 = 113;
|
||||
private static final int DATABASE_VERSION = 114;
|
||||
|
||||
public interface Tables {
|
||||
public static final String TABLE_PREFS_INDEX = "prefs_index";
|
||||
|
Reference in New Issue
Block a user