From 5b7903cde09bcfbbecfc00e755adbbf98fdbfae6 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Mon, 20 Nov 2017 18:16:01 -0800 Subject: add list of supported views to RemoteViews docs Found by searching for all framework views with the @RemoteViews annotation Change-Id: I60e24676014a8ee2f5df0bac87349dad7d92081d --- core/java/android/widget/RemoteViews.java | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'core/java/android/widget/RemoteViews.java') diff --git a/core/java/android/widget/RemoteViews.java b/core/java/android/widget/RemoteViews.java index e330916130dd..a2c55b091860 100644 --- a/core/java/android/widget/RemoteViews.java +++ b/core/java/android/widget/RemoteViews.java @@ -90,6 +90,31 @@ import java.util.concurrent.Executor; * another process. The hierarchy is inflated from a layout resource * file, and this class provides some basic operations for modifying * the content of the inflated hierarchy. + * + *

{@code RemoteViews} is limited to support for the following layouts:

+ * + *

And the following widgets:

+ * + *

Descendants of these classes are not supported.

*/ public class RemoteViews implements Parcelable, Filter { -- cgit v1.2.3