Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70e9aea5 authored by Martin Brabham's avatar Martin Brabham Committed by Gerrit Code Review
Browse files

Fix the improper string and increment database version to kick off a new indexing job.

Change-Id: Iec878ec4414a47f05f9d0de03eb2268ef0b3d6ee
Ticket-Id: CYNGNOS-812
(cherry picked from commit 13ccd1c4)
parent 65758277
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
     limitations under the License.
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
        android:title="@string/privacy_settings_title">
        android:title="@string/privacy_settings_cyanogenmod_title">

        <Preference
            android:key="privacy_guard_manager"
+1 −1
Original line number Diff line number Diff line
@@ -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 = 118;
    private static final int DATABASE_VERSION = 119;

    public interface Tables {
        public static final String TABLE_PREFS_INDEX = "prefs_index";