summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIhab Awad <ihab@google.com>2014-11-03 09:48:53 -0800
committerIhab Awad <ihab@google.com>2014-11-10 15:29:57 -0800
commit942645871f85cf8868f5167c5d10f95083474e72 (patch)
tree8c8343261025895b02e911a2191cb642025e49bc /src
parent0de75e45957a995a1c08c5a1fbcb5e06ce12ff6f (diff)
Update PhoneAccount icon API (3/6)
Bug: 18291787 Change-Id: Id53193a2597ac6a7827a484279e130d8bfb78b77
Diffstat (limited to 'src')
-rw-r--r--src/com/android/dialer/calllog/PhoneAccountUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/dialer/calllog/PhoneAccountUtils.java b/src/com/android/dialer/calllog/PhoneAccountUtils.java
index 7ab212fdd..4f85abf81 100644
--- a/src/com/android/dialer/calllog/PhoneAccountUtils.java
+++ b/src/com/android/dialer/calllog/PhoneAccountUtils.java
@@ -73,7 +73,7 @@ public class PhoneAccountUtils {
*/
public static int getAccountColor(Context context, PhoneAccountHandle accountHandle) {
PhoneAccount account = getAccountOrNull(context, accountHandle);
- return account == null ? PhoneAccount.NO_COLOR : account.getColor();
+ return account == null ? PhoneAccount.NO_COLOR : account.getIconTint();
}
/**