Merge "MediaCodecInfo: Add constant for YUVP010 color format" am: 0781fcf7da

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1894738

Change-Id: I78b78832b68114966fe9afd02dcfa4407dddfad6
diff --git a/core/java/android/appwidget/AppWidgetHostView.java b/core/java/android/appwidget/AppWidgetHostView.java
index 5143579..8aa2785 100644
--- a/core/java/android/appwidget/AppWidgetHostView.java
+++ b/core/java/android/appwidget/AppWidgetHostView.java
@@ -552,11 +552,6 @@
                 inflateAsync(rvToApply);
                 return;
             }
-
-            // Prepare a local reference to the remote Context so we're ready to
-            // inflate any requested LayoutParams
-            mRemoteContext = getRemoteContext();
-
             int layoutId = rvToApply.getLayoutId();
             if (rvToApply.canRecycleView(mView)) {
                 try {