Merge "Fix typo in Call.Details.propertiesToString" into mnc-dev

This commit is contained in:
Yorke Lee
2015-06-12 17:53:39 +00:00
committed by Android (Google) Code Review

View File

@@ -380,7 +380,7 @@ public final class Call {
builder.append(" PROPERTY_HIGH_DEF_AUDIO");
}
if (hasProperty(properties, PROPERTY_EMERGENCY_CALLBACK_MODE)) {
builder.append(" EMERGENCY_CALLBACK_MODE");
builder.append(" PROPERTY_EMERGENCY_CALLBACK_MODE");
}
builder.append("]");
return builder.toString();