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

Commit b0190201 authored by Danny Baumann's avatar Danny Baumann Committed by Steve Kondik
Browse files

Also dump widget options in 'dumpsys appwidget'.

Change-Id: Ia002c4b93d453ecb94be9312371ec71853a9774b
parent ee026053
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2281,6 +2281,9 @@ class AppWidgetServiceImpl extends IAppWidgetService.Stub implements WidgetBacku
        if (widget.views != null) {
            pw.print("    views="); pw.println(widget.views);
        }
        if (widget.options != null) {
            pw.print("    options="); pw.println(widget.options);
        }
    }

    private static void serializeProvider(XmlSerializer out, Provider p) throws IOException {