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

Commit 31a65449 authored by Gabriele M's avatar Gabriele M Committed by Adnan Begovic
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: Idd1af3703f5b264d7286cf545bde52011df27f3d
parent 6768ffae
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -8141,6 +8141,13 @@ public final class Settings {
         */
        public static final String LTE_SERVICE_FORCED = "lte_service_forced";

        /**
         * 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.