summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhishek Ranjan <aranja@codeaurora.org>2015-01-12 18:36:56 +0530
committerAbhishek Ranjan <aranja@codeaurora.org>2015-01-12 18:36:56 +0530
commit5d46a7cb20a73ef0338150ded754f2652f7da984 (patch)
tree442490726a6397bc370d581ab4a11575f029d5ec
parent9eb904e01714660eb213a6ec04ff5fd3276bafa6 (diff)
parent2523f0e8362cd68e489d60428ac8c64556c789b5 (diff)
downloadandroid_packages_apps_ContactsCommon-5d46a7cb20a73ef0338150ded754f2652f7da984.tar.gz
android_packages_apps_ContactsCommon-5d46a7cb20a73ef0338150ded754f2652f7da984.tar.bz2
android_packages_apps_ContactsCommon-5d46a7cb20a73ef0338150ded754f2652f7da984.zip
Merge tag android-5.0.2_r1 into HEAD
Change-Id: I77b9b4b58744956d71bfdb24f9d23dcbc19f6edb
-rw-r--r--src/com/android/contacts/common/CallUtil.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/contacts/common/CallUtil.java b/src/com/android/contacts/common/CallUtil.java
index afb04e99..7a280f26 100644
--- a/src/com/android/contacts/common/CallUtil.java
+++ b/src/com/android/contacts/common/CallUtil.java
@@ -147,7 +147,7 @@ public class CallUtil {
*/
public static Intent getCallIntent(
Uri uri, String callOrigin, PhoneAccountHandle accountHandle, int videoState) {
- final Intent intent = new Intent(Intent.ACTION_CALL, uri);
+ final Intent intent = new Intent(Intent.ACTION_CALL_PRIVILEGED, uri);
intent.putExtra(TelecomManager.EXTRA_START_CALL_WITH_VIDEO_STATE, videoState);
if (callOrigin != null) {
intent.putExtra(PhoneConstants.EXTRA_CALL_ORIGIN, callOrigin);