summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/screenshot
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2015-05-14 15:32:28 +0000
committerDan Sandler <dsandler@android.com>2015-05-14 12:23:24 -0400
commit09e51a739f3e408567f0eefafcc5fedb01bc3401 (patch)
treed20689934b33b290a52cd74214db79b0c168fd6f /packages/SystemUI/src/com/android/systemui/screenshot
parent1b2e5c11b6a89d56d5058907c3b0c88bf0170857 (diff)
downloadframeworks_base-09e51a739f3e408567f0eefafcc5fedb01bc3401.zip
frameworks_base-09e51a739f3e408567f0eefafcc5fedb01bc3401.tar.gz
frameworks_base-09e51a739f3e408567f0eefafcc5fedb01bc3401.tar.bz2
Revert "Icon support comes to Notification."
This reverts commit 08a04c15245c970856022d0779aa27d4d63cdee3. This also reverts commit 5bcbf857d129f4513e562801a4e88077b2655ade. Change-Id: Ia0b0a5339d523581c877822a3a1feec97ae4b73d
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/screenshot')
-rw-r--r--packages/SystemUI/src/com/android/systemui/screenshot/GlobalScreenshot.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/screenshot/GlobalScreenshot.java b/packages/SystemUI/src/com/android/systemui/screenshot/GlobalScreenshot.java
index be33085..715f4e4 100644
--- a/packages/SystemUI/src/com/android/systemui/screenshot/GlobalScreenshot.java
+++ b/packages/SystemUI/src/com/android/systemui/screenshot/GlobalScreenshot.java
@@ -194,7 +194,7 @@ class SaveImageInBackgroundTask extends AsyncTask<SaveImageInBackgroundData, Voi
// we compose the final post-save notification below.
mNotificationBuilder.setLargeIcon(croppedIcon);
// But we still don't set it for the expanded view, allowing the smallIcon to show here.
- mNotificationStyle.bigLargeIcon((Bitmap) null);
+ mNotificationStyle.bigLargeIcon(null);
}
@Override