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

Commit 0f1f3418 authored by Gabriele M's avatar Gabriele M
Browse files

Allow to ignore presentation indicator of outgoing calls [1/3]

With some mobile network operators, the presentation indicator of
outgoing calls is always set to either "unknown" or "restricted".
As consequence, the dialed number doesn't show up in clear in the
call history. Allow to ignore the presentation indicator of outgoing
calls to never hide the dialed numbers.

Change-Id: Ia40de2ce40fee5068f82abd69595b34d2596caae
parent b2b44897
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -9229,6 +9229,13 @@ public final class Settings {
         */
        public static final String DATABASE_DOWNGRADE_REASON = "database_downgrade_reason";

        /**
         * Whether to ignore the representation of outgoing calls set by the network.
         *
         * @hide
         */
         public static final String CONNECTED_LINE_IDENTIFICATION = "connected_line_identification";

        /**
         * Settings to backup. This is here so that it's in the same place as the settings
         * keys and easy to update.