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

Commit 7a15c8a9 authored by Danesh M's avatar Danesh M
Browse files

Make people lookup default overlay

Change-Id: I6dd7267bc82d33e04d99024e4dfb193f071d4f97
parent 24b89ae9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -234,4 +234,8 @@

    <!-- Default protected sms originating address values of Settings.Secure.PROTECTED_SMS_ADDRESSES -->
    <string-array name="def_protected_sms_list_values"></string-array>

    <!-- 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
@@ -2169,6 +2169,9 @@ public class DatabaseHelper extends SQLiteOpenHelper {
            loadIntegerSetting(stmt, Settings.System.SCREEN_ANIMATION_STYLE,
                    R.integer.def_screen_animation_style);

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

            loadDefaultAnimationSettings(stmt);

            loadRibbonSetting(stmt);