Merge "Also use the notification's sound for the misc channel" into oc-dev

am: ed8f49efdc

Change-Id: I268e2702a6fbe714276f38581493ef2a089007e8
This commit is contained in:
Julia Reynolds
2017-04-17 16:33:11 +00:00
committed by android-build-merger
3 changed files with 19 additions and 2 deletions

View File

@@ -2339,7 +2339,9 @@ public class Notification implements Parcelable
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("Notification(pri=");
sb.append("Notification(channel=");
sb.append(getChannel());
sb.append(" pri=");
sb.append(priority);
sb.append(" contentView=");
if (contentView != null) {