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

Commit 0869526b authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

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
parent 3b0fd78b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3204,9 +3204,9 @@
    <!-- Setting title to revoke secure USB debugging authorizations -->
    <string name="clear_adb_keys">Revoke USB debugging authorizations</string>
    <!-- [CHAR LIMIT=NONE] Setting checkbox title for Whether to include bug report item in power menu. -->
    <string name="bugreport_in_power">Power menu bug reports</string>
    <string name="bugreport_in_power">Bug report shortcut</string>
    <!-- [CHAR LIMIT=NONE] Setting checkbox summary for Whether to include bug report item in power -->
    <string name="bugreport_in_power_summary">Include option in power menu for taking a bug report</string>
    <string name="bugreport_in_power_summary">Show a button in Quick Settings for taking a bug report</string>
    <!-- Setting Checkbox title whether to keep the screen on when plugged in to a power source -->
    <string name="keep_screen_on">Stay awake</string>
    <!-- setting Checkbox summary whether to keep the screen on when plugged in  -->
+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 = 113;
    private static final int DATABASE_VERSION = 114;

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