Merge "Also use the notification's sound for the misc channel" into oc-dev
am: ed8f49efdc
Change-Id: I268e2702a6fbe714276f38581493ef2a089007e8
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user