diff options
author | Yorke Lee <yorkelee@google.com> | 2015-06-09 12:27:36 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2015-06-09 12:28:06 -0700 |
commit | 02fb5bc52b45333a978a45a257dd7f9c9c9bc632 (patch) | |
tree | e5433a4635f37cbe2f7e95e7b7b451401bd45c0e /telecomm | |
parent | 16bef48d2226c72167e3314f2bc48b0f5de61d81 (diff) | |
download | frameworks_base-02fb5bc52b45333a978a45a257dd7f9c9c9bc632.zip frameworks_base-02fb5bc52b45333a978a45a257dd7f9c9c9bc632.tar.gz frameworks_base-02fb5bc52b45333a978a45a257dd7f9c9c9bc632.tar.bz2 |
Rename TelecomManager.EXTRA_INCOMING_CALL_ADDRESS
Bug: 19696065
Change-Id: Ibe253c8cd66938ea1cd560d443008026eb1005d9
Diffstat (limited to 'telecomm')
-rw-r--r-- | telecomm/java/android/telecom/TelecomManager.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/telecomm/java/android/telecom/TelecomManager.java b/telecomm/java/android/telecom/TelecomManager.java index fb0ecb0..368e137 100644 --- a/telecomm/java/android/telecom/TelecomManager.java +++ b/telecomm/java/android/telecom/TelecomManager.java @@ -162,8 +162,8 @@ public class TelecomManager { * The extra used by a {@link ConnectionService} to provide the handle of the caller that * has initiated a new incoming call. */ - public static final String EXTRA_INCOMING_CALL_HANDLE = - "android.telecom.extra.INCOMING_CALL_HANDLE"; + public static final String EXTRA_INCOMING_CALL_ADDRESS = + "android.telecom.extra.INCOMING_CALL_ADDRESS"; /** * Optional extra for {@link #ACTION_INCOMING_CALL} containing a {@link Bundle} which contains |