Merge "Framework: Remove a nonsensical substring(0)"

am: 98627fa455

Change-Id: Iede6825cef351b4021dc1166b262124cefdfdca2
This commit is contained in:
Andreas Gampe
2018-09-11 10:16:45 -07:00
committed by android-build-merger

View File

@@ -400,7 +400,7 @@ public class AppWidgetProviderInfo implements Parcelable {
that.initialLayout = this.initialLayout;
that.initialKeyguardLayout = this.initialKeyguardLayout;
that.configure = this.configure == null ? null : this.configure.clone();
that.label = this.label == null ? null : this.label.substring(0);
that.label = this.label;
that.icon = this.icon;
that.previewImage = this.previewImage;
that.autoAdvanceViewId = this.autoAdvanceViewId;