diff options
| author | Gabriele M <moto.falcon.git@gmail.com> | 2016-02-24 17:46:49 +0100 |
|---|---|---|
| committer | Gabriele M <moto.falcon.git@gmail.com> | 2016-03-05 00:25:01 +0100 |
| commit | 33a347aa1534e6bdde6db49a79cc4dce01cfec2e (patch) | |
| tree | 5aca833cf80ee2fed9f77a79d561ad3dc5e875fc /Android.mk | |
| parent | 0f6a63045283248c87c36558e482abdab5465f32 (diff) | |
| download | android_frameworks_opt_telephony-33a347aa1534e6bdde6db49a79cc4dce01cfec2e.tar.gz android_frameworks_opt_telephony-33a347aa1534e6bdde6db49a79cc4dce01cfec2e.tar.bz2 android_frameworks_opt_telephony-33a347aa1534e6bdde6db49a79cc4dce01cfec2e.zip | |
Allow to ignore presentation indicator of outgoing calls [2/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: Ifb5a11d3b46e22d7cdc502d447a55b307226ff71
Diffstat (limited to 'Android.mk')
| -rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index ff1cf59d3..4f653472b 100644 --- a/Android.mk +++ b/Android.mk @@ -25,6 +25,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src/java) \ $(call all-logtags-files-under, src/java) LOCAL_JAVA_LIBRARIES := voip-common ims-common +LOCAL_STATIC_JAVA_LIBRARIES := org.cyanogenmod.platform.internal LOCAL_REQUIRED_MODULES := telresources ifneq ($(BOARD_RIL_CLASS),) |
