resolved conflicts for merge of ceae9983 to honeycomb-plus-aosp
Change-Id: Ic677e58dcc182908ae1fde33047b3fda013a37c3
This commit is contained in:
@@ -416,7 +416,7 @@ public class Notification implements Parcelable
|
||||
if (this.largeIcon != null) {
|
||||
that.largeIcon = Bitmap.createBitmap(this.largeIcon);
|
||||
}
|
||||
that.iconLevel = that.iconLevel;
|
||||
that.iconLevel = this.iconLevel;
|
||||
that.sound = this.sound; // android.net.Uri is immutable
|
||||
that.audioStreamType = this.audioStreamType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user