From 9f16e171d04fbafe042d83b6bfaf5309f886f0e1 Mon Sep 17 00:00:00 2001 From: calderwoodra Date: Mon, 29 Jan 2018 19:18:14 -0800 Subject: Added a hack for NUI because of a dependency cycle. In order for NUI to include the old fragments, it needs a dependency on dialer/app. In order for Dialtacts to show the NUI shortcut, it needs a dependency on dialer/main. This change removes the requirement for Dialtacts by copying some of the code from dialer/main into dialer/app. Bug: 72525324 Test: existing PiperOrigin-RevId: 183769521 Change-Id: I29d00f22efecee35ca25f0b4172413c370f2506b --- .../app/res/drawable-xxxhdpi/nui_launcher_icon.png | Bin 0 -> 5554 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 java/com/android/dialer/app/res/drawable-xxxhdpi/nui_launcher_icon.png (limited to 'java/com/android/dialer/app/res/drawable-xxxhdpi/nui_launcher_icon.png') diff --git a/java/com/android/dialer/app/res/drawable-xxxhdpi/nui_launcher_icon.png b/java/com/android/dialer/app/res/drawable-xxxhdpi/nui_launcher_icon.png new file mode 100644 index 000000000..7845ebca4 Binary files /dev/null and b/java/com/android/dialer/app/res/drawable-xxxhdpi/nui_launcher_icon.png differ -- cgit v1.2.3