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

Commit ad99f081 authored by Danny Baumann's avatar Danny Baumann Committed by Gerrit Code Review
Browse files

Make incoming call screen style configurable (1/3)

Change-Id: I12e108e11afcc87cd0ed717dbc6f8a2a2c0f1743
parent b15ac2d7
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -3585,6 +3585,18 @@ public final class Settings {
         */
        public static final String T9_SEARCH_INPUT_LOCALE = "t9_search_input_locale";

        /**
         * The style of the incoming call screen.
         * Default is {@link INCOMING_CALL_STYLE_FULLSCREEN_PHOTO}.
         * @hide
         */
        public static final String INCOMING_CALL_STYLE = "incoming_call_style";

        /** @hide */
        public static final int INCOMING_CALL_STYLE_CLASSIC = 0;
        /** @hide */
        public static final int INCOMING_CALL_STYLE_FULLSCREEN_PHOTO = 1;

        /**
         * Settings to backup. This is here so that it's in the same place as the settings
         * keys and easy to update.
@@ -3685,6 +3697,7 @@ public final class Settings {
            PHONE_BLACKLIST_PRIVATE_NUMBER_MODE,
            PHONE_BLACKLIST_UNKNOWN_NUMBER_MODE,
            PHONE_BLACKLIST_REGEX_ENABLED,
            INCOMING_CALL_STYLE,
        };

        // Settings moved to Settings.Secure