summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-05-28 19:09:17 -0400
committerJohn Spurlock <jspurlock@google.com>2014-05-28 19:10:41 -0400
commit420d33b797354c4a8b82c25a634506910ce1f9cd (patch)
tree9f7f4ecf74cbd878204e4d1f8feed3db1a1f055c /packages
parentb9a65de1f79d92326abcccc295c18f24afb83053 (diff)
downloadframeworks_base-420d33b797354c4a8b82c25a634506910ce1f9cd.zip
frameworks_base-420d33b797354c4a8b82c25a634506910ce1f9cd.tar.gz
frameworks_base-420d33b797354c4a8b82c25a634506910ce1f9cd.tar.bz2
QuickSettings: Bind notifications tile to the ringer stream.
So it has the same logic as the dialog version. The streams are bound together. Bug:15314453 Change-Id: Icc8e5f359948b60c52616709cd34a48e108b96cd
Diffstat (limited to 'packages')
-rw-r--r--packages/SystemUI/src/com/android/systemui/qs/tiles/NotificationsTile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/qs/tiles/NotificationsTile.java b/packages/SystemUI/src/com/android/systemui/qs/tiles/NotificationsTile.java
index 130f9ce..267786b 100644
--- a/packages/SystemUI/src/com/android/systemui/qs/tiles/NotificationsTile.java
+++ b/packages/SystemUI/src/com/android/systemui/qs/tiles/NotificationsTile.java
@@ -85,7 +85,7 @@ public class NotificationsTile extends QSTile<NotificationsTile.NotificationsSta
// noop
}
});
- vp.postVolumeChanged(AudioManager.STREAM_NOTIFICATION, AudioManager.FLAG_SHOW_UI);
+ vp.postVolumeChanged(AudioManager.STREAM_RING, AudioManager.FLAG_SHOW_UI);
return v;
}