commit | 388ef5df4467d9e602cdcee00776963fc728e965 | [log] [tgz] |
---|---|---|
author | Andrew Sapperstein <asapperstein@google.com> | Wed Jan 04 21:08:34 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jan 04 21:08:38 2017 +0000 |
tree | 2a6618cf81bc236d5f9292c546bee2fc7a198c00 | |
parent | 243d13bd5c9cb36eb87847fa9722e654cb96883e [diff] | |
parent | e26dc3d194f87ab3fbfdd5a843109b2f4b248383 [diff] |
Merge "Added alert icon to high temp dialog."
diff --git a/packages/SystemUI/src/com/android/systemui/power/PowerNotificationWarnings.java b/packages/SystemUI/src/com/android/systemui/power/PowerNotificationWarnings.java index 7a45dd2..848fe9d 100644 --- a/packages/SystemUI/src/com/android/systemui/power/PowerNotificationWarnings.java +++ b/packages/SystemUI/src/com/android/systemui/power/PowerNotificationWarnings.java
@@ -245,6 +245,7 @@ private void showTemperatureDialog() { if (mHighTempDialog != null) return; final SystemUIDialog d = new SystemUIDialog(mContext); + d.setIconAttribute(android.R.attr.alertDialogIcon); d.setTitle(R.string.high_temp_title); d.setMessage(R.string.high_temp_dialog_message); d.setPositiveButton(com.android.internal.R.string.ok, null);