Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d347e9c authored by Liana Kazanova (xWF)'s avatar Liana Kazanova (xWF) Committed by Android (Google) Code Review
Browse files

Revert "Save generated previews in AppWidgetService"

This reverts commit 63a8e167.

Reason for revert: DroidMonitor: Potential culprit for http://b/376268538 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted

Change-Id: I3550d28ffa66f8a46d00686af21182c0382631ec
parent 63a8e167
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ flag {
  name: "remote_views_proto"
  namespace: "app_widgets"
  description: "Enable support for persisting RemoteViews previews to Protobuf"
  bug: "364420494"
  bug: "306546610"
}

flag {
+0 −13
Original line number Diff line number Diff line
@@ -20,8 +20,6 @@ package android.service.appwidget;
option java_multiple_files = true;
option java_outer_classname = "AppWidgetServiceProto";

import "frameworks/base/core/proto/android/widget/remoteviews.proto";

// represents the object holding the dump info of the app widget service
message AppWidgetServiceDumpProto {
    repeated WidgetProto widgets = 1; // the array of bound widgets
@@ -40,14 +38,3 @@ message WidgetProto {
    optional int32 maxHeight = 9;
    optional bool restoreCompleted = 10;
}

// represents a set of widget previews for a particular provider
message GeneratedPreviewsProto {
    repeated Preview previews = 1;

    // represents a particular RemoteViews preview, which may be set for multiple categories
    message Preview {
        repeated int32 widget_categories = 1;
        optional android.widget.RemoteViewsProto views = 2;
    }
}
 No newline at end of file
+15 −425

File changed.

Preview size limit exceeded, changes collapsed.