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

Commit 24f360b7 authored by Danesh M's avatar Danesh M Committed by Steve Kondik
Browse files

Make people lookup default overlay

Change-Id: I6dd7267bc82d33e04d99024e4dfb193f071d4f97
parent c76a07ef
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -233,4 +233,8 @@
    <!-- Default theme -->
    <string name="def_theme_package"></string>
    <string name="def_theme_components"></string>

    <!-- Default value of Settings.System.ENABLE_PEOPLE_LOOKUP -->
    <integer name="def_people_lookup">1</integer>

</resources>
+3 −0
Original line number Diff line number Diff line
@@ -2519,6 +2519,9 @@ public class DatabaseHelper extends SQLiteOpenHelper {
            loadIntegerSetting(stmt, Settings.System.STATUS_BAR_BATTERY_STYLE,
                    R.integer.def_battery_style);

            loadIntegerSetting(stmt, Settings.System.ENABLE_PEOPLE_LOOKUP,
                    R.integer.def_people_lookup);

        } finally {
            if (stmt != null) stmt.close();
        }