summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/usb
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-07-22 18:41:37 -0700
committerAlan Viverette <alanv@google.com>2014-07-22 18:41:37 -0700
commited8e09b66467d6a27ff30cf5248a0f0b3650eead (patch)
tree3adc8995a5802b2ddd550b46a7099d89e759f4ce /packages/SystemUI/src/com/android/systemui/usb
parent368c5adaf7a1141bfee3cf622efbc7285e370979 (diff)
downloadframeworks_base-ed8e09b66467d6a27ff30cf5248a0f0b3650eead.zip
frameworks_base-ed8e09b66467d6a27ff30cf5248a0f0b3650eead.tar.gz
frameworks_base-ed8e09b66467d6a27ff30cf5248a0f0b3650eead.tar.bz2
Remove dialog icons
BUG: 16493564 Change-Id: Ica59abb70a924cccd705172d323a535ef9b75cf1
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/usb')
-rw-r--r--packages/SystemUI/src/com/android/systemui/usb/UsbDebuggingActivity.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/usb/UsbDebuggingActivity.java b/packages/SystemUI/src/com/android/systemui/usb/UsbDebuggingActivity.java
index 7abfc88..f5447a2 100644
--- a/packages/SystemUI/src/com/android/systemui/usb/UsbDebuggingActivity.java
+++ b/packages/SystemUI/src/com/android/systemui/usb/UsbDebuggingActivity.java
@@ -65,7 +65,6 @@ public class UsbDebuggingActivity extends AlertActivity
final AlertController.AlertParams ap = mAlertParams;
ap.mTitle = getString(R.string.usb_debugging_title);
- ap.mIconId = com.android.internal.R.drawable.ic_dialog_usb;
ap.mMessage = getString(R.string.usb_debugging_message, fingerprints);
ap.mPositiveButtonText = getString(android.R.string.ok);
ap.mNegativeButtonText = getString(android.R.string.cancel);