aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorGabriele M <moto.falcon.git@gmail.com>2016-03-05 00:24:30 +0100
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-03-07 17:06:40 -0800
commit3a590c305737a8533f40235fc7dbdcfaee30bdcb (patch)
tree785bc984379ae7d119e44b95f600ed42c0f0fb96 /api
parenta4efc11d741eb152d356b60cd5aac39df444db9c (diff)
downloadvendor_cmsdk-3a590c305737a8533f40235fc7dbdcfaee30bdcb.zip
vendor_cmsdk-3a590c305737a8533f40235fc7dbdcfaee30bdcb.tar.gz
vendor_cmsdk-3a590c305737a8533f40235fc7dbdcfaee30bdcb.tar.bz2
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: Ia7b9fef3a929e512d8ecb704204b36e3836a056b
Diffstat (limited to 'api')
-rw-r--r--api/cm_current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/cm_current.txt b/api/cm_current.txt
index 96e0f81..12b3165 100644
--- a/api/cm_current.txt
+++ b/api/cm_current.txt
@@ -808,6 +808,7 @@ package cyanogenmod.providers {
field public static final java.lang.String CAMERA_LAUNCH = "camera_launch";
field public static final java.lang.String CAMERA_SLEEP_ON_RELEASE = "camera_sleep_on_release";
field public static final java.lang.String CAMERA_WAKE_SCREEN = "camera_wake_screen";
+ field public static final java.lang.String CONNECTED_LINE_IDENTIFICATION = "connected_line_identification";
field public static final android.net.Uri CONTENT_URI;
field public static final java.lang.String DIALER_OPENCNAM_ACCOUNT_SID = "dialer_opencnam_account_sid";
field public static final java.lang.String DIALER_OPENCNAM_AUTH_TOKEN = "dialer_opencnam_auth_token";