summaryrefslogtreecommitdiff
path: root/InCallUI/res/drawable-xxhdpi
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-03-20 13:57:17 -0700
committerAndrew Lee <anwlee@google.com>2015-03-24 17:50:40 -0700
commit82332c921b8dcef213700822e2404b005adab00c (patch)
tree5e32f6916f3f61ae7e88b79b1b17f4fc09e57e9d /InCallUI/res/drawable-xxhdpi
parent0ad206a7d1bb21e2668405ccd7e08881db3a6dcd (diff)
Don't show SSID for Wi-Fi calls.
- Delete wifi icon and method to get SSID. + Use labels provided by StatusHints instead. I'm not very happy with the additional "isWifi" cases I ended up adding in call card fragment. I felt this was necessary because of assumptions in some cases that if a label is provided, it should be formatted as a phone account source. While this was true before, it's becoming less so. I feel like the fragment shouldn't have to worry about formatting or choosing the label based on the call and conditions. It should just display the label if it thinks it is appropriate to show a label given the call state. To fix that, it seems like logic should be moved to the presenter instead, and possibly to Telephony. But, I'm hesitant to do that until these WFC changes back merge to master because of potential merge conflicts and its slightly more risky for this branch, because it starts dealing with logic/flows outside of WFC.. Bug: 19866988 Change-Id: Iacd5a09259c84ea7be28b0170ae603eb9561f7ca
Diffstat (limited to 'InCallUI/res/drawable-xxhdpi')
-rw-r--r--InCallUI/res/drawable-xxhdpi/ic_signal_wifi_4_bar_18dp.pngbin474 -> 0 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/InCallUI/res/drawable-xxhdpi/ic_signal_wifi_4_bar_18dp.png b/InCallUI/res/drawable-xxhdpi/ic_signal_wifi_4_bar_18dp.png
deleted file mode 100644
index b627198f5..000000000
--- a/InCallUI/res/drawable-xxhdpi/ic_signal_wifi_4_bar_18dp.png
+++ /dev/null
Binary files differ