From 0869526b818963a986c1943c9b2f9d79c4168f3c Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Wed, 14 May 2014 18:51:03 -0700 Subject: [PATCH] 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 --- res/values/strings.xml | 4 ++-- src/com/android/settings/search/IndexDatabaseHelper.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index e6ba7495525..350798d4002 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3204,9 +3204,9 @@ Revoke USB debugging authorizations - Power menu bug reports + Bug report shortcut - Include option in power menu for taking a bug report + Show a button in Quick Settings for taking a bug report Stay awake diff --git a/src/com/android/settings/search/IndexDatabaseHelper.java b/src/com/android/settings/search/IndexDatabaseHelper.java index 319e7f13b7e..b697c30f90e 100644 --- a/src/com/android/settings/search/IndexDatabaseHelper.java +++ b/src/com/android/settings/search/IndexDatabaseHelper.java @@ -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";